Hi,
do you mean a <plugin> or <hotspot> element?
the size of a hotspot or plugin will not change automatically when the screen resizes,
for hotspots you could use - zoom="true" - or - distorted="true" - to scale the hotspots
automatically with the screensize,
e.g.
|
Quellcode
|
1
|
<hotspot ... zoom="true" .../>
|
but the plugins will only scale with the screensize when you set a relative percent size,
in this case you could use "prop" as setting for width or height to keep the aspect of the image,
e.g.
|
Quellcode
|
1
|
<plugin ... width="20%" height="prop" />
|
best regards,
Klaus