js/fitvids.jquery.js is not found
I fixed mine by commenting out the line 74 in the new head.php file (because I don't need videos).
I hope this information is useful

jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
});
// jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
// jQuery("body").fitVids();
// });