• Resolved jmek

    (@jmek)


    Love the plugin. Very easy to use and flexible.

    Is it possible to increase the number of photos shown per row when using the Polaroid gallery? Mine always show 2 images across. I’ve tried changing the image size to as small as 100px, but it still only displays 2 images per row.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi

    The padding used on the polaroid gallery is quite large and usually causes this problem you are having. The polaroid gallery template will be made part of the core plugin in a future update in July, so this issue will then be resolved.

    Thread Starter jmek

    (@jmek)

    That’s great news. I’ll be looking forward to using the new version.

    In the meantime, I made my setup work with a bit of css:

    
    /** give polaroid gallery full width, centered **/
    ul.foogallery-container.foogallery-polaroid.foogallery-lightbox-foobox-free.fbx-instance {
    	width:100%;
    	margin-left:auto;
    	margin-right:auto;
    }
    
    /** adjust sizing for mobile 320x480 portrait **/
    @media screen and (max-width: 480px) {
    	ul.foogallery-polaroid li a {
    		min-width: 200px!important;
    		margin-left:auto;
    		margin-right:auto;
    	}
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display more than 2 columns in a Polaroid gallery?’ is closed to new replies.