Ok this is to help someone else.
Blogger only allows youtube videos via the gui interface but it seems you can embed any video link via the html tab.
Video source:
HTML code:
Result: https://ponder1911.blogspot.com/2019/08/blog-post.html
Questions:
1. How do you centre the video on the page so it's not stuck on the left.
2. Is there a way to autosize the video based on it's real size.
3. Is there a way to autosize the video based on scaling, 75% 50% to make large videos smaller.
This is for a person that is not tech savvy but they will be able to copy and paste.
Blogger only allows youtube videos via the gui interface but it seems you can embed any video link via the html tab.
Video source:
HTML code:
Code:
<video width="480" height="320" controls="controls">
<source src="http://serverIP_or_domain/location_of_video.mp4" type="video/mp4">
</video>
Result: https://ponder1911.blogspot.com/2019/08/blog-post.html
Questions:
1. How do you centre the video on the page so it's not stuck on the left.
2. Is there a way to autosize the video based on it's real size.
3. Is there a way to autosize the video based on scaling, 75% 50% to make large videos smaller.
This is for a person that is not tech savvy but they will be able to copy and paste.