Hey Team,
I was following a solution by CyberDave on setting pointer-events: none
by inputting a custom code.
I’m sure pointer-event:none works on images.
My image is position relative & z-index 2
My video that is under the image is position relative as well.
Wondering if the z-index is causing the issue?
But wouldn’t the pointer-event just turn the image into a transparent image that will allow me to click through it?