We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0276b9 commit 950d2aaCopy full SHA for 950d2aa
Resources/Private/Fusion/Content.Video.fusion
@@ -199,6 +199,7 @@ prototype(Jonnitto.PrettyEmbedVideoPlatforms:Content.Video) < prototype(Jonnitto
199
}
200
201
youtube {
202
+ @position = 'end 2'
203
condition = ${props.platform == 'youtube'}
204
renderer = Jonnitto.PrettyEmbed:Presentation.YouTube {
205
@apply.props = ${private.basisOptions}
@@ -207,6 +208,7 @@ prototype(Jonnitto.PrettyEmbedVideoPlatforms:Content.Video) < prototype(Jonnitto
207
208
209
210
vimeo {
211
+ @position = 'end 1'
212
condition = ${props.platform == 'vimeo'}
213
renderer = Jonnitto.PrettyEmbed:Presentation.Vimeo {
214
0 commit comments