Skip to content

Commit

Permalink
Merge pull request #44 from sitegeist/task/removesSrcFromSourcesForCl…
Browse files Browse the repository at this point in the history
…asicNeosEditions

BUGFIX: Remove src attributes from source tag that is technically allowed but ignored inside of picture elements
  • Loading branch information
mficzel committed Oct 25, 2021
2 parents b74ba41 + c9d47be commit 1449792
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 1449792

Please sign in to comment.