9810e7f2a65e06ffd41656bf69d8d99814bfd1e5
[wolnelektury.git] / src / social / templates / social / embed_video.html
1 {% if youtube_id %}
2 <iframe style="position: absolute; left:0;right:0;height:100%;width:100%;"
3         type="text/html" width="100%" height="360"
4                                                    src="http://www.youtube.com/embed/{{ youtube_id }}"
5          frameborder="0"></iframe>
6           {% endif %}