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

    Hi,

    as soon as I insert a normal gallery, and then link to the lightbox, the pictures are then not sharp.

    I added this in the editor:

    Please add following code to Functions.php file in Appearance > Editor
    add_filter( ‘avf_avia_builder_masonry_lightbox_img_size’, ‘enfold_customization_change_popup_size’ );
    function enfold_customization_change_popup_size( $size ) {
    return ‘fullsize’;
    }

    But this code is for the masonry gallery. What should I do that I get the same result at the normal gallery?

    Thanks.

    Best,
    Harald

    • This topic was modified 6 years, 4 months ago by gharry79.
    #982710

    Maybe I have to add another code?
    Thanks

    • This reply was modified 6 years, 4 months ago by gharry79.
    #982919

    Hi Harald,

    Could you post a link to where we can see the problem please?

    Best regards,
    Rikard

    #1164401

    Hi Rikard,
    yes here is the link:
    https://www.pictas-collective.com/
    And then scroll down to the horizontal gallery. These pictures are all not sharp.
    I also regenerated the thumbnails.
    Thank you.
    Best,
    Harry

    #1165054

    Hi,

    Thank you for the update.

    The horizontal gallery is using the large thumbnail for its lightbox by default. You have to adjust the size of the thumbnail in the Settings > Media panel. Please don’t forget to regenerate the thumbnails after the adjustment, or upload the images again.

    Best regards,
    Ismael

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