• Resolved wordpressme2

    (@wordpressme2)


    I have embedded a vimeo video in a light box and I would like to add a customized cursor for Play/Close when the video is playing inside the lightbox. I am successful to use a pure css for such cursor for all other anchor links or even on body or html — a { cursor: url( https://mysite.com/wp-content/uploads/2024/05/camera-icon.png ) , default; } — but it doesn’t work on the vimeo player. and I don’t think the issue is in the lightbox. It just doesn’t work on the embedded video.

    Is it possible to customize the cursor at all or it never works in case of vimeo?

    Thanks for your insights!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since vimeo videos are integrated via iframe, this is effectively a separate web page on your website. This means that you cannot influence any style information there. You could try contacting vimeo support to see if they have a solution for this, unfortunately I don’t see one.

    Thread Starter wordpressme2

    (@wordpressme2)

    Thank you very much for your suggestion, I will ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.