Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #930024

    I set up several hotspots, each with an image that should display on hover. That works fine. When the hotspot is clicked, the image opens in a lightbox/slider, which can then be moved through all the images.

    Now is there a way to get the images to display larger or full size in the slider? I’ve already loaded the full sized image. I also linked the image to the image file. But that only adds the larger images to the slider medium images.

    • This topic was modified 6 years, 8 months ago by asinger777.
    #930387

    Hey asinger777,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #930638

    Here’s the link – https://choice.onrushdigital.com/projects/
    I already disabled the onClick to get rid of the slider. But I’d still like to have the lightbox open up larger.

    #931266

    Hi asinger777,

    You can try to adjust the width with this code, but not all the images are big enough:

    
    .av-tt-pos-above.av-tt-hotspot {
      width: 50vw;
    }
    

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.