aspect ratio adjustment

This commit is contained in:
Brooke Vibber 2023-08-23 19:15:00 -07:00
commit 3c47fbd5b1
3 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<style type="text/css">
.stretchy {
width: 320px;
height: 192px;
height: 185px;
object-fit: fill;
image-rendering: pixelated;
}