You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a option in the setting of the module to set the PhotoSphereViewer parameter
"allow_scroll_to_zoom" to false so when I use the module on fullwith position, people can scroll down the page
I made a small test and it work
added line 34 in file modules/mod_dimage_360/tmpl/default.php
** This is a feature request **
Add a option in the setting of the module to set the PhotoSphereViewer parameter
"allow_scroll_to_zoom" to false so when I use the module on fullwith position, people can scroll down the page
I made a small test and it work
29 var PSV = new PhotoSphereViewer({
30 panorama: '<?php echo JURI::base().''.$param;?>',
31 container: div,
32 time_anim: 3000,
33 navbar: true,
34 allow_scroll_to_zoom: false,
Eventually, having to use CTRL + SCROLLING could be a good solution to zoom in and out when mouse is focused inside the module
The text was updated successfully, but these errors were encountered: