+ 3
Customizing a Video element with CSS?
I've made a webpage and added a video element for the video but video player and controls look weird. Is it possible to add styles and customize the video element without JS or other languages? I'm new to HTML and CSS and don't know anything about JS.
6 Respostas
+ 3
Answering your question - no.
Without JS it is impossible to tie logic to any buttons of your player, or to do anything else.
html and css do not have the necessary functions for this, so...
+ 3
You could customise the video frame with HTML/CSS
https://code.sololearn.com/WwkTaBFOzheM/?ref=app
0
U need to make your player. Then u will have the opportunity to change it
0
I've already added the video element and a video to play..
0
aight thnx for the help pal👍
0
U are welcome :)