1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-15 04:42:05 +00:00
ansible-playable/client/app/modals/video/video.html
2017-07-13 11:47:20 -04:00

12 lines
413 B
HTML

<!-- Modal content-->
<div class="modal-content" style="min-width: 800px;">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" ng-click="cancel()">&times;</button>
<h4 class="modal-title">Demo</h4>
</div>
<div class="modal-body" style="text-align: center">
<iframe src="{{video_url}}" width="720px" height="500px" allowfullscreen>
</iframe>
</div>
</div>