how to put a download button on my video also how to resize a video | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

14th Feb 2017, 12:06 PM
Junaid Shah
Junaid Shah - avatar
5 Answers
+ 13
<a download="file" href="videosource"> (FireFox)
14th Feb 2017, 1:10 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 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.
14th Feb 2017, 12:41 PM
Ghauth Christians
Ghauth Christians - avatar
0
Thanks gavin
14th Feb 2017, 12:43 PM
Junaid Shah
Junaid Shah - avatar
0
do i have to give the link instead of video source there
14th Feb 2017, 1:25 PM
Junaid Shah
Junaid Shah - avatar
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
17th Feb 2017, 6:04 PM
Romeo Peter
Romeo Peter - avatar