Tagged: image hotspots
Hey,
I used the Image with hotspots for the first time here:
http://www.newyorkinspiration.com/nomad-north-of-madison-square-park/
It looks good on this page but not on mobile and neither in my feedburner newsletter.
I don´t know why there has to be a list below the image on mobile as there is no list in the normal view. Also the hotspots that has got a unique link does not have the link in the mobile versions list below the image.
Cheers
Charlotte
Hey!
It’s not possible to hover on mobiles so instead we create a list of the hotspots beneath the image. Are you wanting to hide the list?
Cheers!
Elliott
Yes, that would be great if I can hide it.
What code shall I add?
It´s a pity that it created another list in feedburner…
Thanks.
Hi!
You can use this to hide the fallback tooltip:
@media only screen and (max-width: 767px) {
.av-hotspot-fallback-tooltip {
display: none !important;
}
}
Regards,
Ismael
Great, thanks :)