dshongphuc / magic-mouse-js

A lightweight javascript library to create some amazing effects for the mouse (cursor) on your website - MagicMouse.js : https://magicmousejs.web.app/
MIT License
389 stars 60 forks source link

Over embed youtube video ? #47

Closed urbanmythology closed 1 year ago

urbanmythology commented 1 year ago

Works fine in a basic way using Wordpress/Elementor installation

But impossible to go over an embed youtude video, cursor stops at the edge of the

Is it possible to fix it ? Thank you!!

Capture d’écran 2023-05-23 à 13 39 31
dshongphuc commented 1 year ago

Hi @urbanmythology , thanks for your report. I've tried to fix this but unfortunately, this is impossible. Because you're embedding a video from another domain (Youtube in this case), and browsers don't allow us to track anything in an iframe of another site, it violates the same origin policy. I suggest that you should add class no-cursor to that iframe, so when your cursor moves to the iframe, the Magicmouse will disappear and become a normal cursor