Tagged: Images
Hi, I have just placed six images on my website all the specs with a external link to the companies websites. When I run the cursor over the images the image title pops up….but on two of the images a spinning circle with an arrow pops up. There is no difference as to how I inserted the images or the links. So what is making this happen?
Regards
Richard
Hey Richard!
Are the images the same size? the spinning circle won’t appear if the image height is less than 100 px.
Cheers!
Josue
Hi Josue
Thanks for the quick reply.
That’s the difference between them …the height!!
Why less than 100px? And can it be removed as it looks a bit odd with just
two images doing that. I cannot reduced the height of the image.
regards
Richard
You can change that in js/avia.js line 566:
if(outerH > 100)
Cheers!
Josue