Add support of hotspot thumbnail image - #1131
Conversation
|
Unless I'm missing something, this can already be done by setting the |
|
The proposed feature allows to load a specific thumbnail for a hotspot (like preview rendering of the scene associated to the hotspot). This implies to use the thumbnail attribute loaded in javascript to craft adapted css attribute. This feature cannot be implement by a custom CSS class with :hover because hotspots don't share same thumbnail. Best regards |
Yes, it can. You just give each hot spot a different CSS class. |
|
hi, can i know how to solve the problem where i put the animation for the custom arrow hotspot in my virtual tour and it will be positioned based on pitch and yaw that i have set in javascript file. Right now, the custom arrow hotspots are positioned at top left corner. |
The proposed modification allows to add thumbnail at each hotspot linker. The thumbnail is display when the mouse enter in the hotspot linker element.
The thumbnail image is defined in the config json file with the "thumbnail" attribute.