If you mean the green magnifying glass icon… It looks just fine when I visit your page. Also after a search 😉
https://paste.pics/31ca84c6cf1c3d214cbb1fff1d6f6197
Yep, exactly what I mean, however here’s what it actually looks like.
https://paste.pics/7783ffc6bc950df2554924f822443441
I tested it in 3 browsers (Safari, Chrome & FireFox). They all load the big graphic. Safari is the only one that does not scale it down with me.
Looking at the source code of the graphic, I see some strange things. It looks like it wants to load a 1080 width graphic. Then the image attribute is set to 300×150, which is waaaaaay too big as well. 😉
The image is loaded with a lazy-loader. Try disabling that plugin.
This is your current code:
<img class=" lazyloaded" src="https://i1.wp.com/www.b2bexecute.com/wp-content/plugins/events-manager/includes/images/search-mag.png?w=1080" data-src="https://i1.wp.com/www.b2bexecute.com/wp-content/plugins/events-manager/includes/images/search-mag.png?w=1080" alt="Search" width="300" height="150">
hmmmm I’m using Chrome. Tried on multiple machines and it has the same effect. Unsure which plugin is doing the lazy loading. I doubt that is it, since it worked fine at the beginning, but then started doing it.
do you have any caching plugin installed?
Turned off lazy-loading. Seems to have been the issue. Thanks guys!