so i use your princess jellyfish theme (which i absolutely love) but the corner image i upload always ends up too big, no matter how much i scale down the image size. is there any way to make it smaller???
Thanks, anon!
This is some old garbo code that I should probably fix, but in the meantime, you can fix this by going into the code, press ctrl + f, and find this line:
#cornerpicture {
In that block, you’ll find:
height:100%;
width:100%;
Change the % to px and change the numbers to whatever the image dimensions are in pixels. That will make it the same size of the image instead of scaling it.













