##// END OF EJS Templates
tabulation adjustment
Eugene Van den Bulke -
Show More
@@ -54,16 +54,16 b' class YouTubeVideo(IFrame):'
54 54 """
55 55
56 56 iframe = """
57 <iframe
58 width="{width}"
59 height={height}"
60 src="http://www.youtube.com/embed/{id}{params}"
61 frameborder="0"
62 allowfullscreen
63 ></iframe>
57 <iframe
58 width="{width}"
59 height={height}"
60 src="http://www.youtube.com/embed/{id}{params}"
61 frameborder="0"
62 allowfullscreen
63 ></iframe>
64 64 """
65 65
66 class VimeoVideo(VideoIFrame):
66 class VimeoVideo(IFrame):
67 67 """
68 68 Class for embedding a Vimeo video in an IPython session, based on its video id.
69 69 """
General Comments 0
You need to be logged in to leave comments. Login now