Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #525171

    I want to add hotspots with thumbnails instead of numbers.
    Is that possible?

    #526243

    Hi Roy!

    No, not currently. You can use CSS to change the background though.

    
    .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(1) .av-image-hotspot_inner { background: url("URL to your image") !important; }
    .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(2) .av-image-hotspot_inner { background: url("URL to your image") !important; }
    

    Best regards,
    Elliott

    • This reply was modified 8 years, 5 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.