Skip to content

relative srcset attribute paths for img tags #49

@fedeolto

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

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