Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
scerickson authored Dec 12, 2022
2 parents 594c500 + 2b462f9 commit 0d3c324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covervid.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var coverVid = function (elem, width, height) {

// Define the attached selector
function sizeVideo() {

// Get parent element height and width
var parentHeight = elem.parentNode.offsetHeight;
var parentWidth = elem.parentNode.offsetWidth;
Expand Down

0 comments on commit 0d3c324

Please sign in to comment.