0
The CSS controls are these: Enjoy :)
video::-webkit-media-controls-fullscreen-button {
display: none;
}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline {}
video::-webkit-media-controls-current-time-display{}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {}
<video width="400" height="260" controls="">
<source src="http://cdn.papercut.com/video/home/home2.mp4" type="video/mp4" />
<source src="http://clips.vorwaerts-gmbh.de/VfE.webm" type="video/webm" />
<source src="http://clips.vorwaerts-gmbh.de/VfE.ogv" type="video/ogg" />
</video>
Wpfan, thank you for your reply. I don’t want to lose Html5 video controls attribute. I just want to hide or disable the
tela cheia
.– Matheus Miranda
There are onclick events to make each of the attributes of the video, in its place I would use this way leaving out only the fullscreen option.
– WPfan