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

    Hi

    Is there a way to control hotspots size ?? I could come out with this but it doesnt work in mobile. Thank you

    .my-hotspot .av-hotspot-container .av-image-hotspot_inner {
    display: block;
    border-radius: 100px;
    position: absolute;
    height: 120%;
    width: 120%;
    text-decoration: none;
    }
    .my-hotspot .av-hotspot-container .av-image-hotspot-pulse {
    display: block;
    background: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    position: absolute;
    -webkit-animation: av_pulsate 2s ease-out infinite;
    animation: av_pulsate 2s linear infinite;
    opacity: 0;
    top: -16px;
    left: -11px;
    z-index: 1;
    }

    #684684

    Hi hdpcr,

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

    Regards,
    Rikard

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