Fit image to window/app

you can use % instead of px
but the % only works on width for me, don’t know why (scales the whole images down tho).
try using this:
img {width: 50%}
you can change 50 till you find the number that works best for all of your devices