data-src= changes to data-= when I activate include images in CDN URL
-
I am having trouble with the data-src attribute. It happens when I enable Include images in LiteSpeed Cache CDN URL. The original structure of the images is as follows when loading the page:
<img data-src="/path/file.jpg.webp" alt="" class="loaded" src="/path/file.jpg.webp" data-was-processed="true">
But when I activate include images it appears like this:
<img data-="" src="/path/file.jpg.webp" alt="" class="loading" data-was-processed="true">
and the following event appears:
error, load, loadeddata in data:text/javascript;base64 etc…
why changes data-src=”/path/file.jpg.webp” to data-=””?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘data-src= changes to data-= when I activate include images in CDN URL’ is closed to new replies.