Skip to content

Commit 950d2aa

Browse files
committed
Update: Add position setting to default output
1 parent a0276b9 commit 950d2aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/Private/Fusion/Content.Video.fusion

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ prototype(Jonnitto.PrettyEmbedVideoPlatforms:Content.Video) < prototype(Jonnitto
199199
}
200200
}
201201
youtube {
202+
@position = 'end 2'
202203
condition = ${props.platform == 'youtube'}
203204
renderer = Jonnitto.PrettyEmbed:Presentation.YouTube {
204205
@apply.props = ${private.basisOptions}
@@ -207,6 +208,7 @@ prototype(Jonnitto.PrettyEmbedVideoPlatforms:Content.Video) < prototype(Jonnitto
207208
}
208209
}
209210
vimeo {
211+
@position = 'end 1'
210212
condition = ${props.platform == 'vimeo'}
211213
renderer = Jonnitto.PrettyEmbed:Presentation.Vimeo {
212214
@apply.props = ${private.basisOptions}

0 commit comments

Comments
 (0)