css tip as i debate bringing this blog back - make images in themes automatically resize with this little code. it’ll help out a large number of players who aren’t great with graphics or want to avoid losing quality by reducing image size in photoshop:
size: 100% 100%; object-fit: cover;
it goes in your div img code, so like: sidebar img { width #px; height #px; size 100% 100%; objet-fit: cover; }












