How to play vimeo video on web from url in iframe.
<iframe class='myIframe' src='" + lblVideoUrl.Text + "' width = '100%' frameborder = '0' allow = 'autoplay;' webkitallowfullscreen mozallowfullscreen allowfullscreen> </iframe>";
https://vimeo.com/76979871
This way
<iframe src="https://player.vimeo.com/video/**yourvideonumberhere**" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen> </iframe>
Source: https://stackoverflow.com/questions/61018479/how-do-i-embed-a-vimeo-video-in-html
Demo
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.