emboldtyler
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load Breaks Some ImagesAh makes sense. So far, just editing the code has worked on the 5 sites I’ve tried it on that were having this issue. Seems like this might be happening from a formatter which tries to break up long lines. If the line is too long, it looks like it swaps this
<img src="somelongurl" class="some-long-class-list" height="10" width="10">
to<img
src="somelongurl"
class="some-long-class-list"
height="10"
width="10">I think this is a standard thing in most formatters (prettier, etc)
- This reply was modified 2 years, 8 months ago by emboldtyler.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load Breaks Some ImagesThank you. Looks like this worked for this specific site. I’ll give it a try tomorrow on a few of the other sites we’re having trouble with in case it’s the same issue.
Any chance we can expect this in a patch of the plugin or is this function something we’ll need to add on all of our Litespeed Cache sites?Oh right I didn’t even catch the seo in the path.
ajax-load-more | 5.5.4.1
ajax-load-more-repeaters-v2 | 2.4.2
ajax-load-more-seo | 1.5
Looks like the add-ons are no longer activated, so that makes sense. Thank you for the input.