0
how to put a download button on my video also how to resize a video
I want to learn how those websites get those download buttons and also how they size these videos.
5 Antworten
+ 13
<a download="file" href="videosource">
(FireFox)
+ 1
You can use the <input> tag to add a button and CSS to style your video to resize it. Take the CSS course too and if you are coding ahead of what you know then you can try Googling your questions with "w3schools" as the keyword.
0
Thanks gavin
0
do i have to give the link instead of video source there
0
you put a download button using the <input> tag and style it with the help of cascading style shit(CSS). you can resize the video using the HTML height and width attribute with value either in px(pixel) or
%(percent), you can achieve this better still with the help of CSS