There is a specific area on my website that I want users to be able to see but not click on. This area contains a video, and I only want them to use the control player without being able to play/pause by clicking directly on the video like other websites allow.
I tried using a transparent photo to cover the area I don't want to be clickable, but unfortunately, the CSS I used was not successful in placing it exactly where I wanted.
Is there a way, either through CSS or JavaScript, to prevent users from clicking on this specific area as I desire?
Thank you!