HI,
there is a jQuery script called fitVids() that I need to disable it cause is making conflicts. Why is it used for and now to disable it?
Thanks,
Gorast
<jdoc:include type="modules" name="debug" />
<script>
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
});
</script>