Skip to content

Instantly share code, notes, and snippets.

@sta1r
Created August 12, 2013 14:27
Show Gist options
  • Select an option

  • Save sta1r/6211279 to your computer and use it in GitHub Desktop.

Select an option

Save sta1r/6211279 to your computer and use it in GitHub Desktop.
Video in Block Class
<?php if ($media_type == 'video') { ?>
<video src="<t4 type="content" name="Media" output="normal" modifiers="" formatter="image/path" />" style="width:100%;height:100%;" controls="control" preload="none">
<?php if ($video_url != '') { ?>
<source src="<?php echo $video_url; ?>" type="video/youtube" />
<?php } ?>
</video>
<?php } else { ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment