I am exploring the world of embedding videos on websites for the first time. I initially uploaded my video to Vimeo to use as a host, but there are some aspects of their hosting that I don't like, such as the buttons and recommended content at the end of the video. However, I do admire how seamlessly their code positions the video on the page in full width.
Below is the code I borrowed from Vimeo's developer page, which has been working well. I have a question, though - can someone help me modify this code to work with a self-hosted video instead?
<li>
<iframe src="http://player.vimeo.com/video/114867351?api=1;title=0&byline=0&portrait=0&color=d01e2f&autoplay=1" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</li>
In your response, could you also share whether it is better to host your own video or rely on a platform like Vimeo for hosting, as I'm unsure of the best approach.
This livelink will be removed once the question is resolved, but here is a livelink to the page with the embedded video.