Skip to content

Commit

Permalink
Update height
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcclean committed Aug 19, 2024
1 parent e36e0af commit deaf82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
const path = urlParams.get('path');
var img = document.createElement("img");
img.src = path;
img.style.height = "100%"
document.body.appendChild(img)
</script>
</body>

0 comments on commit deaf82c

Please sign in to comment.