Skip to content

Commit

Permalink
Output example did not include the enclosing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Oct 2, 2016
1 parent 0117f65 commit 9282677
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions liquid_tags/video.py
Expand Up @@ -14,9 +14,11 @@
Output
------
<video width='100%' height='480' preload='none' controls poster='http://site.com/poster-frame.jpg'>
<source src='http://site.com/video.mp4' type='video/mp4; codecs=\"avc1.42E01E, mp4a.40.2\"'/>
</video>
<span class="videobox">
<video width='100%' height='480' preload='none' controls poster='http://site.com/poster-frame.jpg'>
<source src='http://site.com/video.mp4' type='video/mp4; codecs=\"avc1.42E01E, mp4a.40.2\"'/>
</video>
</span>
[1] https://github.com/imathis/octopress/blob/master/plugins/video_tag.rb
"""
Expand Down

0 comments on commit 9282677

Please sign in to comment.