PoppyShotts Posted July 27 Share Posted July 27 Hi, For some reason, my videos are glitching and buffering on this media page on desktop and iPad view. It's fine on mobile view. this page works on mobile view: https://beige-pike-ngry.squarespace.com/media password: rachel I created another page using the video page and this now works for desktop and iPad view: https://beige-pike-ngry.squarespace.com/media-1 password: rachel Is there a way to hide the first link from desktop and iPad view, and hide the second link from mobile view? Thank you so much! Poppy Link to comment
tuanphan Posted July 28 Share Posted July 28 You can add this code to /Media-1 Page Header to redirect users to /media page on Mobile <script type="text/javascript"> if (screen.width <= 767) { document.location = "/media"; } </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment