diff --git a/dist/ekko-lightbox.js b/dist/ekko-lightbox.js index b7be6e1..6c67ef3 100644 --- a/dist/ekko-lightbox.js +++ b/dist/ekko-lightbox.js @@ -457,7 +457,7 @@ var Lightbox = (function ($) { value: function _showVideoIframe(url, width, height, $containerForElement) { // should be used for videos only. for remote content use loadRemoteContent (data-type=url) height = height || width; // default to square - $containerForElement.html('
'); + $containerForElement.html(''); this._resize(width, height); this._config.onContentLoaded.call(this); if (this._$modalArrows) this._$modalArrows.css('display', 'none'); //hide the arrows when showing video