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

    Hi,

    I would like to know if there is a way to change the exact coordinates of de hotspots I’m using on an image.

    When I move the hotspots they are fixed to a certain point.

    As you can see the image I’m using already has white circles in it, on those circles I want to place the hotspots exactly in de middle.

    I hope someone can help me with this, thanks again!

    #1293858

    Hey JantienM,

    You can inspect each of the elements in your browser, then you will see that each hotspot has a unique class. This is an example which will move the first one:

    .av-image-hotspot-1 {
      left: 39% !important;
    }

    Best regards,
    Rikard

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