• Resolved raymondcardoza

    (@raymondcardoza)


    when i click any of the image gallery it do not load fully but it loads only in half position

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @raymondcardoza

    This is because your theme has some CSS that’s limiting ALL images to a maximum width of 350px, as shown in this linked image: https://prnt.sc/75VEl7Tc_Tat

    Kindly add this to the “Custom CSS” section of the FooGallery galleries or on your theme’s main CSS file:

    img.fbx-item.fbx-item-image {
        max-width: 100%;
    }

    Thanks.

    Kind regards,
    Elvis.

Viewing 1 replies (of 1 total)
  • The topic ‘Foobar ” images not loading in full width’ is closed to new replies.