Skip to content

relative srcset attribute paths for img tags #49

Description

@fedeolto

Hi,
I have this tag in my ejs template

<img 
 srcset="img/desktop/logo-horiz-colors.png 1024w,
 img/mobile/logo-horiz-colors.png 640w"
 src="img/desktop/logo-horiz-colors.png"
... >

being transformed in:

 <img srcset="img/desktop/logo-horiz-colors.png 1024w,
 img/mobile/logo-horiz-colors.png 640w" 
 src="../img/desktop/logo-horiz-colors.png" 
 ...>

As you can see the src attribute is relative, but the srcset isn't

I submitted PR #50 to fix it

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions