There was a problem after latest update. Everything went smoothly except for the fact that fitvids.jquery.js was causing problem in kunena forum. When a user was trying to post a youtube video, even though in preview seemed as usual when ''submit'' button was clicked the video was huge. I am sending you an image too see for yourself.
I tried to set to ''auto'' where is ''100%'' in this line in fitvids.jquery.js but the video then was too small.
- Code: Select all
var css = '.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';
I want to add that this file was not there before the update like the others. Is there a bug or there is something going wrong with our website?