From 5453be3ccd7d08d977e604a9cd0e5dcd8f9a7b15 Mon Sep 17 00:00:00 2001 From: Michael Waskosky Date: Sat, 23 Apr 2016 14:51:45 -0600 Subject: [PATCH] Allow full screen iframed elements in modal This tag allows videos in modals to be full screen. --- e107_web/js/core/front.jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_web/js/core/front.jquery.js b/e107_web/js/core/front.jquery.js index 418dc5149..d32548323 100644 --- a/e107_web/js/core/front.jquery.js +++ b/e107_web/js/core/front.jquery.js @@ -439,7 +439,7 @@ $(document).ready(function() height = $(this).attr('data-modal-height'); } - $('.modal-body').html('
'); + $('.modal-body').html('
'); $('.modal-caption').html(caption + ' '); $('.modal').modal(modalOptions);