Hi Guys,
Love the HOTSPOT images with text roll over, but there seems to be a problem when the browser window is reduced from desktop to mobile.
Any ideas?
Cheers,
hughsieg5
Hi Guys,
Still no joy with the HOTSPOTS images in Ver 3. The HOTSPOTS do not move with the images and they line up to the left. Tried the code Yigit had suggested in reply to an earlier similar problem (LievenH – reply #330851) but not working. Link to page is as previous private data.
Cheers,
hughsieg5
Hi!
Please upload your images in higher resolution and try adding following code to Quick CSS and let us know if that helps or not
.av-hotspot-container img {
width: 100%;
}
Regards,
Yigit
Hi Yigit,
Almost there. Does not work for mobile – the images are distorted, rather than looking portrait they have squashed and now look landscape.
Cheers,
hughsieg5
Hi!
You have following code in Quick CSS
@media only screen and (max-width: 767px) {
.avia_image, .avia_image img {
padding-top: 50px !important;
padding-bottom: 20px !important;
max-width: 250px;
max-height: 250px;
}}
This is causing the distortion
Regards,
Yigit
Thanks Yigit,
Cheers,
hughieg5