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
Problem
If you are using lightgallery.js with google maps on the same page (both libraries included) and want to use Google Maps Street View you will not be able to, because the lightgallery hardcoded functions for "getAttribute" and "setAttribute" on window and document will conflict with Google Maps Street View
Request
Remove these functions from window and document and use a util function instead.
Is there a reason that this hasn't been reviewed or merged? This is a blocker for us and we would really appreciate it, we are reliant on this plugin working alongside Google maps.
Problem
If you are using lightgallery.js with google maps on the same page (both libraries included) and want to use Google Maps Street View you will not be able to, because the lightgallery hardcoded functions for "getAttribute" and "setAttribute" on window and document will conflict with Google Maps Street View
Request
Remove these functions from window and document and use a util function instead.
Pull Request already added to #68
The text was updated successfully, but these errors were encountered: