Skip to content

Commit

Permalink
Merge pull request #58 from emiluzelac/patch-1
Browse files Browse the repository at this point in the history
Skipping inner <object> tags with Firefox to avoid SwfObj conflict. (to ...
  • Loading branch information
davatron5000 committed Apr 22, 2013
2 parents a7b4c02 + 0eb9242 commit 18a8dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.fitvids.js
Expand Up @@ -68,6 +68,7 @@
}

var $allVideos = $(this).find(selectors.join(','));
$allVideos = $allVideos.not("object object"); // SwfObj conflict patch

$allVideos.each(function(){
var $this = $(this);
Expand Down

0 comments on commit 18a8dac

Please sign in to comment.