Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Video not working in the Rev Slider › Reply To: Video not working in the Rev Slider
December 18, 2013 at 11:05 am
#3446

Moderator
Hi,
I have rectified the other issue you had about the showcase section appearing twice. About th e video, I have set the video to full width but the video doesn’t appear. So I found that the reason is a conflict between the Revolution Slider and fitvids JQuery plugin. Now you will have to edit the main.js file inside the js folder go to line 622 and delete the below code from it.
$("#container").fitVids();
That should do the trick. Let me know whether it helped. Thanks!