I wish to use a smaller hotspot image on mobile devices. I have tried the following, but it does not work:
|
Source code
|
1
|
<hotspot name="mySpot" url="images/large.png" devices="!mobile" />
|
|
Source code
|
1
|
<hotspot name="mySpot" url="images/small.png" devices="mobile" />
|
Is there a way to do this? Perhaps I am meant to use hotspot[name].loadStyle()