Support riegel02 Apr 5, 2024 Wrong size then adding external videos It works great. Simply adding .mp4 link converts it to the video, but the box size is too huge and does not fit in the post. 6 6 comments Answered by Toby This has been fixed in 0.4.8. View Answer
riegel02 Apr 15, 2024 In reply to Tyler DuPont Tyler DuPont Apr 15, 2024 How were you able to do this??? Adding any external link with ending .mp4 will automatically make it embed, but it does not respect the size of the message.
Subarist Apr 16, 2024 In reply to riegel02 riegel02 Apr 15, 2024 Adding any external link with ending .mp4 will automatically make it embed, but it does not respect the size of the message. I'm currently fixing this issue with CSS: video { max-width: 640px; margin-left: auto; margin-right: auto; display: block; } To adapt to your layout, perhaps simply use width: 100%.
riegel02 Apr 16, 2024 In reply to Toby Toby Waterhole Founder Apr 16, 2024 This has been fixed in 0.4.8. Thanks for the quick fix! I will use this chance to test out .gif extension and if that will work :)
6 Comments
How were you able to do this???
Adding any external link with ending .mp4 will automatically make it embed, but it does not respect the size of the message.
I'm currently fixing this issue with CSS:
To adapt to your layout, perhaps simply use width: 100%.
This has been fixed in 0.4.8.
Thanks for the quick fix! I will use this chance to test out .gif extension and if that will work :)
How do you embed a video?