Hello, How can I add a video from Media Bibliotheque or YouTube in Home Page testimonial Description ? Thanks Philippe
Hello, Go to Appearance > Theme Option > Home Page Settings And put the embed code of the video to the the "Home Page Testimonial Description" text box and save the settings. It will show the video in the home page, and you have to adjust the width and height of the video which you can adjust in the embed code of the video. This will solve your problem.
Hello, To use video uploaded in the media you can use code format given below. Code: <div class="video"> <iframe width="100%" height="auto" src="YOUR VIDEO SOURCE" frameborder="0" allowfullscreen></iframe></div> And also Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .video{ max-width:500px; } Thanks & Regards Nitesh Raghuwanshi