Skip to content

Commit

Permalink
Merge pull request #41 from sitegeist/bugfix/removeSrcFromSourceTag
Browse files Browse the repository at this point in the history
BUGFIX: Remove src attributes from source tag that is technically allowed but ignored inside of picture elements
  • Loading branch information
mficzel committed Jun 4, 2021
2 parents 3a48151 + 9f0c09b commit 7334d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/Private/Fusion/Prototypes/Source.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ prototype(Sitegeist.Kaleidoscope:Source) < prototype(Neos.Fusion:Component) {

renderer = afx`
<source @if.has={props.imageSource}
src={props.imageSource.src()}
srcset={props.imageSource.srcset(props.srcset)}
[email protected]={props.srcset}
sizes={props.sizes}
Expand Down

0 comments on commit 7334d75

Please sign in to comment.