Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #331177

    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

    #331735

    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

    #331738

    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

    #331818

    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

    #332665

    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

    #333131

    Thanks Yigit,

    Cheers,

    hughieg5

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘HOTSPOT images problem’ is closed to new replies.