-4
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; }
-4
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; }
Browser other questions tagged html
You are not signed in. Login or sign up in order to post.
But you have to make use of this function within the video tag ?
– Joao Matheus
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.
– Joao Matheus
from what I remember it has to be in the <video tag>
– Luan Tonin Galvan