Skip to content

Instantly share code, notes, and snippets.

@mynameislau
Created April 10, 2018 11:49
Show Gist options
  • Save mynameislau/784f0f78998dec5857826878821f01a4 to your computer and use it in GitHub Desktop.
Save mynameislau/784f0f78998dec5857826878821f01a4 to your computer and use it in GitHub Desktop.
Youtube Fluid
<f:if condition="{mediaElement.originalResource.type} == 4 && {mediaElement.originalResource.properties.extension} == 'youtube'} == 'youtube'">
<f:then>
<v:media.youtube videoId="{mediaElement.originalResource.contents}" width="500" height="500" autoplay="0" legacyCode="0" showRelated="0" extendedPrivacy="1"
hideControl="1" hideInfo="1" enableJsApi="1" loop="0" lightTheme="1" />
</f:then>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment