Skip to content

Commit

Permalink
Merge pull request #35 from akappler/patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Submit sizes variable to afx sizes property
  • Loading branch information
mficzel committed Mar 8, 2021
2 parents e0dd81c + 8676834 commit 99f54e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Prototypes/Source.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prototype(Sitegeist.Kaleidoscope:Source) < prototype(Neos.Fusion:Component) {

type = ${format ? 'image/' + format : props.type}
srcset = ${srcset}
sizes = ${srcset}
sizes = ${sizes}
media = ${props.media}

renderer = afx`
Expand Down

0 comments on commit 99f54e7

Please sign in to comment.