Video Inline
Inline video styles that provides the embeded video covers in two different styles.
The video style allows you to embed a video using an iframe from service providers such as Youtube, Vimeo etc. Additionally you can use your own cover image and theme-consistent play button to maintain full visual control over the page.
$('.video-img').on('click', function () {
$(this).addClass('hide');
$('.embed-responsive').show()
.removeClass('hide');
$("video").each(function () {
this.play()
});
});
This play button opens the linked video inside a modal. See modals page for more information on how to use modals.
Are you Looking for Online Appointment?