• Hello, I have a problem integrating LazyLoad with the plugin “justifiedGallery

    I implement the gallery as:

    (function ($) {
        $(window).on('load', function () {
    		$('#Galeria').justifiedGallery({
    			rowHeight: 180,
    			maxRowHeight: 250,
    			lastRow: 'nojustify',
    			margins: 30,
    			captions: false,
    		});
        });
    })(jQuery)

    Pictures do not display or are poorly stretched.

    How to solve such a problem?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with justifiedGallery plugin’ is closed to new replies.