Skip to content

Commit

Permalink
Update: Move Assets inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Nov 22, 2022
1 parent 47d0548 commit ff85910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Component/Video.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ prototype(Jonnitto.PrettyEmbedVideo:Component.Video) < prototype(Neos.Fusion:Com
setAutoplay = ${this.lightbox ? null : this.autoplay}

renderer = afx`
<Jonnitto.PrettyEmbedHelper:Assets />
<div class={BEM.modifier('jonnitto-prettyembed', {video: true, type: props.type, autoplay: props.setAutoplay})}>
<Jonnitto.PrettyEmbedHelper:Assets />
<video
id={props.id}
data-controls={props.controls}
Expand Down

0 comments on commit ff85910

Please sign in to comment.