Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to hide youtube watermark from embedded video :2021

/*As of September 2021 you can't do that. With controls off the logo
will surely appear. What you can do is Keep controls on and put
the video back of the z-index. */

.class{
z-index: -1;
}

 
PREVIOUS NEXT
Tagged: #hide #youtube #watermark #embedded #video
ADD COMMENT
Topic
Name
3+6 =