Skip to main content

Posts

Showing posts from July, 2018

Video Carousel In SharePoint

Play Multiple Videos Continuously in a SharePoint Page Please follow below steps to do, Step 1 : Create a "Assets" Media Library in SharePoint. Step 2 : Download " video-js.css" , " video.js" & " jquery-3.3.1.min.js" from Google Drive ( https://drive.google.com/open?id=1iMXZ_vVK6pWec4id7xwjSl35S29uPcud) Step 3 : Create a HTML file and update your HTML code(VideoCarousel.HTML) Step 4 : Add HTML file into SharePoint Page via Content Editor Webpart. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > <!DOCTYPE html > < html > < head > < link href = "https://PravahamInfo.sharepoint.com/sites/Home/Style Library/VideoCarousel/video-js.css" rel = "stylesheet" > <!-- If you'd like to support IE8 (for Video.js versions prior to v7) --> < script src = "https://PravahamInfo.sharep...