Add HTML lazy classes to existing node classes
-
Hi!
In the generated HTML, there’s a problem caused by the plugin.
If the image which is lazy loaded already has some HTML classes, BJ Lazy Load won’t add its own classes to them, but will duplicate the class element.
I.e.:
<img class="lazy lazy-hidden" class="avatar tiny" alt="" src="http://url.com/wp-content/plugins/bj-lazy-load/img/placeholder.gif" data-lazy-type="image" data-lazy-src="http://url.com/img.jpg" /> <noscript><img alt="" src="http://url.com/img.jpg" class="avatar tiny" /></noscript>Ideally, you’d want BJ Lazy Load’s own classes to be added to the existing classes. This would resolve many HTML validation errors and be more logical 🙂
Thanks in advance for your help!
Best xx
Marie
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Add HTML lazy classes to existing node classes’ is closed to new replies.