Hi jweenk,
thanks for reaching out.
There are a couple of potential issues here and I cannot say which one is finally causing the problem:
- lazy loading is changing the image tag
- the image is wrapped in a link, which collides with links in the source
- the theme’s custom style
You could test the following to narrow it down:
- disable lazy loading
- removing the links in the image source
Thanks,
Thomas
(used a wrong account for my previous reply)
Hi jweenk,
thanks for reaching out.
There are a couple of potential issues here and I cannot say which one is finally causing the problem:
- lazy loading is changing the image tag
- the image is wrapped in a link, which collides with links in the source
- the theme’s custom style
You could test the following to narrow it down:
- disable lazy loading
- removing the links in the image source
Thanks,
Thomas
Thread Starter
jweenk
(@jweenk)
hi, thanks for your reply. Ive disabled the caching plugins which are using the Lazy load but still same issue. Also removed the url but still not working, but on the responsive view its working fine..
For which image block did you remove the URL? Looking at your home page, both images at the top still link to the image author and license.
Thread Starter
jweenk
(@jweenk)
Yeah i changed it back since it didn’t help, but for now its live without the URL.
Thanks. This was helpful to narrow it down.
The theme or whatever creates the image blocks and the image source markup collide.
You could try to mimic the theme’s CSS and apply it to the image source targeting either .isc-source or .isc-source-text, or disable the markup that ISC creates using the “Unstyled credit line below the image” setting in the Overlay options and add your own markup and style.
