Skip to content

Commit

Permalink
add default width
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz committed Aug 8, 2024
1 parent d3adae8 commit 97ed4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignItVideosIframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

// Pass size parameter
var width = getUrlParameter('width') || 250;
document.getElementById('signitVideoElement').width = width;
document.getElementById('signitVideoElement').width = width || 250;

// Pass speed parameter
var speedNormal = getUrlParameter('speedNormal') || 1,
Expand Down

0 comments on commit 97ed4c4

Please sign in to comment.