v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-17 23:00:10 -07:00

video fix

This commit is contained in:
Your Name 2017-07-06 14:03:29 -04:00
parent 55a26f9ca2
commit ef235a9d09

View File

@ -37,7 +37,7 @@
</form> </form>
</div> </div>
<!-- Modal --> <!-- Modal -->
<div id="helpModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel" aria-hidden="true"> <div id="helpModal" class="modal hide fade" style="position:absolute" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel" aria-hidden="true">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="helpModalLabel">{% trans 'help' %}</h3> <h3 id="helpModalLabel">{% trans 'help' %}</h3>
@ -45,8 +45,8 @@
<div class="modal-body"> <div class="modal-body">
<h4>{% trans 'help.header' %}</h4> <h4>{% trans 'help.header' %}</h4>
<iframe id="helpPlayer" type="text/html" width="100%" height="360" <iframe id="helpPlayer" type="text/html" width="100%" height="360"
src="https://www.youtube.com/embed/ygmQ0ck81Dk?enablejsapi=1&origin=http://politepol.com" src="https://www.youtube.com/embed/ygmQ0ck81Dk?enablejsapi=1&amp;fs=1&amp;origin=http://politepol.com"
frameborder="0"></iframe> frameborder="0" allowfullscreen></iframe>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Close</button> <button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Close</button>