Conflict with IMG mouseover
-
I had to deactivate this plugin so you will not see this conflict when viewing the site.
https://theburgerbus.com/BUT… After recent updates to BJ Lazy Load – 1.0.6. Now Conflicting with other plugin IMG Mouseover
The image just disappears on mouse out. (top left image “Order Online”)
The image SRC= changed to data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADsinstead of SRC= https://theburgerbus.com/wp-content/uploads/2015/07/order-online-on.png
Full img code here:
BEFORE:
<img class="mouseover alignnone wp-image-684 size-full" src="https://theburgerbus.com/wp-content/uploads/2015/07/order-online.png" data-oversrc="https://theburgerbus.com/wp-content/uploads/2015/07/order-online-on.png" alt="order-online" width="201" height="206">
AFTER
<img class="lazy mouseover alignnone wp-image-684 size-full" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-type="image" data-lazy-src="https://theburgerbus.com/wp-content/uploads/2015/07/order-online.png" data-oversrc="https://theburgerbus.com/wp-content/uploads/2015/07/order-online-on.png" alt="order-online" width="201" height="206">
- The topic ‘Conflict with IMG mouseover’ is closed to new replies.