How to remove the blue edge of a video from a website?

Asked

Viewed 51 times

-4

If anyone knows how to remove the blue border from the video of this photo, answer me how. Thanks for your attention !

1 answer

0


seems to be an edge when focusing, try to grab the element containing the video and use the pseudo selector Focus by removing the Outline

:focus { outline: none; }

  • But you have to make use of this function within the video tag ?

  • I put this video tag inside a block of div property, since then the control has been appearing with this blue border. Obs.: the control is what makes appear the player button and pause the video.

  • from what I remember it has to be in the <video tag>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.