-
SebastianGP
Hi, I have added a large image to the top of my home page (directly after the title of the page, the first big image), and have displayed round corners here. The round corners are displayed in the backend, but not on the website when I call it up. What could be the reason for this?
-
SebastianGP
Ok, I have just realised that the rounded corners are not displayed in the other images either.
-
Hi there,
Can you clear and disable LiteSpeed cache first?
https://www.screencast.com/t/YQj9PPkjYLI -
I experience the same issue… only on some images, for a strange reason.
-
SebastianGP
I already did. Problem is still there. I had this problem on another site. One of your collegues found the solution…but I can’t remember…think some CSS.
-
The issue is that you are using
picture
tag for the image, GB’s style does not support this tag.If you stop using
picture
in your image-optimizing plugin, then the issue should be fixed. -
SebastianGP
Thanks, but there must be a CSS to fix the problem. I have the same setup for all the pages I build. And we have solved it in the past with custom CSS. Can you help me with this?
On another site (see comments) it worked fine, although I also use the picture tag there.
-
Hi there,
Try adding this CSS:
picture { display: block; overflow: hidden; line-height: 0; }
- You must be logged in to reply to this topic.