flierville
flierville
Inside the `key: '_resize',` I juste add the Tow lines : ``` $(".modal-content").animate({"height":maxHeight + 89}); $(".modal-dialog").animate({"width":"auto"}); ``` just Before this lines : ``` this._$lightboxContainer.css('height', maxHeight); this._$modalDialog.css('width', 'auto').css('maxWidth', width); ``` I...
I found a jQuery Solution to make a slideshow ``` $(document).on('click', '[data-toggle="lightbox"]', function(event) { var slideShowInterval event.preventDefault(); $(this).ekkoLightbox({ onShown: function() { if(typeof fliSlideShowInterval !== "undefined" && fliSlideShowInterval != 0){ slideShowInterval...