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:
parent
a87ecc40fb
commit
209e9b499f
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user