Forum Discussion
Disabling zoom on image click in Timeline: Rise 360
- 4 months ago
Hello everyone, 🎉
I'm happy to let you know we released a new update for Rise 360. This update lets you turn off image zooming on Timeline and Labeled Graphic blocks. There's nothing to install for web apps. New features and fixes are immediately available, though you might need to export your Rise 360 course again.
Let me know if you have any questions about this update or the new enhancement!
I've found two ways to do this. One requires adding a line of css to your exported course, but that can be cumbersome and a bit technical. There's got to be a better way. Now there is, introducing the Sneaky Span method:
This is the sample html used in the video:
<span style="z-index:999;display:block;background:transparent;border:0px solid red;position:absolute;width:100%;height:450px;color:#fff;"> </span>
- EmilyGreen-7f886 months agoCommunity Member
I used this sneaky span: <span style="display:block;background:transparent;border:0px solid red;height:450px;width:100%;z-index:999;position:absolute;"> </span>