Change Color Hotspot

donmono

New member
Can I change the hotspot color when the mouse cursor approaches the hotspot point, for example before the mouse moves near the hotspot point, the hostspot point is black but after the mouse approaches the hotspot point, then the hotspot point changes to a red color.
 

ForumAdmin

Administrator
Staff member
It's a CSS customization a web developer integrating your 360s would generally be able to make. For example:

Code:
.hotspot_indicator:hover
{
   background-image: url(your-colored-hover-image.svg);
}

Where are you integrating it so we could provide more actionable details?
 

donmono

New member
can it be done in the software itself or not, so that I only need to do it in the webrotate software and then display it in pixriot or send it directly to the web developer without having the web developer do it.
And the hotspot file must be in SVG form? Can it use other files such as JPG or PNG?
 

ForumAdmin

Administrator
Staff member
Color change can't be done inside the software unfortunately.

The hotspot indicator image can be SVG, PNG, JPG or GIF.
 
Top