1
0
mirror of https://github.com/danbee/jekyll-video-tag synced 2025-03-04 08:59:11 +00:00

Fix stupid iframe bug.

This commit is contained in:
Dan Barber 2014-09-26 08:52:03 +01:00
parent a87ecc40fb
commit 209e9b499f

View File

@ -1,6 +1,6 @@
# Plugin for rendering responsive video in Jekyll
# Written by: Dan Barber
# Version: 0.0.1
# Version: 0.0.2
# ===============================================
# Usage:
# ------
@ -26,7 +26,7 @@ module Jekyll
private
def video_iframe(url)
%(<iframe src="#{url}" frameborder="0" allowfullscreen />)
%(<iframe src="#{url}" frameborder="0" allowfullscreen></iframe>)
end
def container_style(options)