Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #267731

    Hi there, I’m trying to alter the size of the thumbnails in the fullwidth masonry gallery. I have found that I can edit the height by using:

    .av-masonry-entry { height: 410px;
    }

    However, this leaves an empty space where the first thumb should be (all thumbs are pushed across one space like this):

    example

    Can anyone offer some ideas or assistance?

    Thanks!
    Mark

    #268494

    Hey coinmaster!

    You can try to change the imaage size in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php – open up the file and search for:

    
    $img_size	 						= 'masonry';
    

    Replace “masonry” with another thumbnail size like ‘square’, featured’, ‘featured_large’, ‘portfolio’, ‘gallery’, ‘entry_with_sidebar’,’entry_without_sidebar’,extra_large’ or “magazine”.

    Cheers!
    Peter

    #268933

    Unfortunately this doesn’t work. If I remove my CSS, and edit the masonry_entries.php file as described above, none of the options have any effect at all.

    If I leave my CSS in place and try different image sizes via masonry_entries.php, the thumbnails remain the same size, but the image is zoomed in (still cropped to the same size). And, I still have the issue of the first space being shifted over to the right.

    I am trying to achieve a perfect grid. I have the perfect grid setting switched on.

    This is the last task to complete before this site launches so any assistance would be greatly appreciated!

    Thanks,
    Mark

    #270119

    Hey!

    Thank you for the update.

    We would like to see the actual website. If you don’t mind, please post the website url here. On what browser and OS are you testing this with? Make sure that you’re running the latest version of the theme, 2.7.1.

    Cheers!
    Ismael

    #270286

    Thanks for the reply Ismael, however, I worked around the issue by manually cropping and sizing all of the images. I had to get a quick solution due to the site’s launch date rapidly approaching!

    I very much appreciate your reply however!

    Thanks,
    Mark

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullwidth Masonry Gallery thumbnail size’ is closed to new replies.