Skip to content

Commit

Permalink
Change the video size to 500px in the script.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
L4N14KE4 committed Mar 24, 2024
1 parent e5994ef commit f93ee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function updateContent(lang) {
<h2>${texts.setting}</h2>
<h3>${texts.Pin}</h3>
<p>${texts.pinInstruction_1.replace('imgs/extension_pin.png', pinImagePath)}</p>
<video id="pin-instruction-video" controls style="width:100%; max-width:400px; margin-top:0px;">
<video id="pin-instruction-video" controls style="width:100%; max-width:500px; margin-top:0px;">
<source src="" type="video/mp4"></video>
<p>${texts.pinInstruction_2}</p>
<h2>${texts.usage}</h2>
Expand Down

0 comments on commit f93ee43

Please sign in to comment.