Tagged: hotspot
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.
Hey asinger777,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
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.
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