Skip to content

Commit

Permalink
add default with=200
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz committed Aug 8, 2024
1 parent c8491dd commit d3adae8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SignItVideosGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ SignItVideosGallery.prototype.refresh = async function (files) {
this.$videos.push(
$(`
<div style="display: none;">
<iframe controls="" muted="" preload="auto" src="https://lingua-libre.github.io/SignIt/SignItVideosIframe.html?twospeed=${
param.twospeed
}&video=${files[i].filename}" class=""></iframe>
<iframe controls="" muted="" preload="auto"
src="https://lingua-libre.github.io/SignIt/SignItVideosIframe.html?width=200&twospeed=${param.twospeed}&video=${files[i].filename}" class=""></iframe>
${await banana.i18n(
"si-panel-videos-gallery-attribution",
url,
Expand Down

0 comments on commit d3adae8

Please sign in to comment.