Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183537

    Hi!
    I’m testing this wonderful theme for another purchase but need to make sure I can get the thumbnail image size right.

    I create a photo gallery in a post, but set the post type to Standard, because I need the images to open in an attachment page, THEN from there open in lightbox (with links underneath for other sizes). However, the thumbnails are always quite small, 80×80. I changed the thumbnail size in the functions.php and I changed the size in WP Media and then regenerated the thumbnail sizes but it’s not working.

    Also, I notice when I use the Gallery post format the thumbnails seem to load/become clear rather slowly. Is that just a matter of having many photos on one page?

    I appreciate your help.

    Thank you,
    Laura

    #184252

    Hey LAHWebDesigns!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    #top .gallery .gallery-item { width: 160px; height: 160px; }

    Regards,
    Yigit

    #184259

    Ha! That was easy, I always look for the difficult solution. One thing, I placed that CSS in the style sheet with !important and it did not work, should I be using the Quick CSS? I’ll being using a child theme.

    Thanks for the help!

    #184262

    Hey!

    You can add it to custom.css file inside Enfold/css folder or into Style.css file in your child theme

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Thumbnail image size for WP Gallery’ is closed to new replies.