use them to adjust the font size to increase the readability of text within the hot
spots.
Example CSS classes
<style type="text/css">
div.FSI360HotSpot_Normal{
border:2px solid rgba(255, 255, 0, 0.8);
font-family:Arial,Helvetica,sans-serife;
color:#000;
font-size:13px;
background: rgba(255, 255, 200, 0.8);
padding:3px;
border-radius: 3px;
cursor:pointer;
box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
white-space:nowrap;
}
div.FSI360HotSpot_Active{
background: #FFF;
}
div.FSI360HotSpot_Mobile{
font-size:13px;
}
div.FSI360HotSpot_SmallMobile{
font-size:32px;
}
</style>
cssClass
Description
CSS class name to add to the hot spot's content <div>
tag
Syntax
string
Default
""
Context
FSI Viewer JS
An additional CSS class name to add to the hot spot's content <div> tag.
2 FSI Viewer JS
NeptuneLabs - FSI Viewer
62