Site logo

Archived topic

Image block and effects are not appearing at frontend

4 replies · Started by Juned on June 21, 2022

Viewing posts 1–5 of 5

Hi,

I have installed new GB beta plugins (free Version 1.5.0-rc.3 and pro Version 1.2.0-rc.1) at my site and I have edited first 06 images of this home page with GB Image Block. But the image effects like borders and radius are not appearing at frontend.

I checked the issue by disabling Perfmatters, tried clearing CDN cache also, but still not able to see the effects.

Kindly help.

Hi there,

you're using an image optimizer that is converting the <img> to a <picture> and in the process is moving the GB Claasses to the picture element which is breaking the GB CSS.

What plugin are you using to convert the images ?

EDIT: Try adding this CSS:

picture.gb-image {
    display: block;
}

I am having Imagify.

Awesome. The CSS worked.

Thank you.

Glad to hear that!

This archived topic is closed to new replies.