Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #233436

    I have inserted a Gallery element, using Small Thumbnails of Widget size (36 x 36).

    Why are the small previews (thumbnails) so much bigger than 36 x 36? They are 190 x 190 in size.

    Also, the thumbnail image quality is distorted (blurry).

    Gallery is on my home page at http://www.finalsmoke.net

    Please see screen shots below.

    Thanks.

    Gallery 1
    Gallery 2

    #233946

    Hey!

    I don’t see any gallery on your homepage right now, have you resolved this issue?

    Best regards,
    Josue

    #234057

    Hi Josue,

    I put back the Gallery at the bottom of the page: http://www.finalsmoke.net/

    The thumbnails are much larger than the 36 x 36 that I selected.

    Also when I hover over them, they become very white and washed out. Shouldn’t they appear brighter when hovering?

    Please advise.

    #234256

    Hi!

    How are you? I hope you’re doing well today.

    Please use this on Quick CSS to resize them:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 50px;
    }

    Add this one to remove the decreased opacity when hovered:

    #top .avia-gallery .avia-gallery-thumb a:hover {
    opacity: 1;
    }

    Best regards,
    Ismael

    #234265

    Thanks. I will try the opacity setting.

    But shouldn’t the thumbnail sizes be 36 x 36 automatically if I select that in the Gallery?

    I have not overridden any gallery sizes. Is there a bug in the Gallery element?

    #234468

    Hi!

    The width of the gallery thumbnails are set to 20%. They will occupy the size of the container.

    Regards,
    Ismael

    #234473

    Hi Ismael,

    Not sure what you mean by 20%.

    I have Gallery thumbnails set to Widget (36×36). Shouldn’t they be that size?

    Instead, they are showing up as 190×190 (very large and blurry).

    To see what I mean, please scroll to the bottom of my home page, and see the gallery of doctor photos: http://www.finalsmoke.net

    #234529

    Hey!

    It is to 20% via CSS. I gave you the code to change the thumbnail size. Please use that.

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.