Advertisement
nrzmalik

Storyline 360 Image nrzMagnifier Call

Dec 22nd, 2023 (edited)
1,473
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.41 KB | Source Code | 1 0
  1. nrzMagnify("Write_Your_IMAGEaccessibility_Name");
  2.  
  3. /*Usage:
  4.  
  5. By default, it applies a 4x zoom with a magnifier size of 250px.
  6. e.g., nrzMagnify("Write_Your_IMAGEaccessibility_Name");
  7.  
  8. Customize the zoom level:
  9. e.g., for 2x zoom: nrzMagnify("Write_Your_IMAGEaccessibility_Name", 2);
  10.  
  11. Adjust the size of the magnifier:
  12. e.g., for a 350px magnifier size: nrzMagnify("Write_Your_IMAGEaccessibility_Name", 2, 350);
  13. */
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement