Image resizing doesn't work properly
-
Hi,
I didn’t know there was a special theme forum for the Twenty Thirteen so I already posted my question to the general support forum (here). It’s still unresolved so I hope it’s ok to post it again:
I’m playing with the new theme right now and can’t get my images to resize as I want them to. I use this code to display my new books with covers:
.neuebuecher
width: 80px;
height: 128px;
background-color: #FFF;
border: 1px solid #DDD;
padding: 3px;
}It works on my Twenty Eleven Theme (https://buecherblog.org/2013/07/im-buchkaufrausch-2/) but not with Twenty Thirteen. The six shown covers all have different sizes after using the css style (from left to right): 80×112, 72×106, 72×109, 72×105, 72×107, 72×111.
Screenshot: https://buecherblog.org/bilder/screenshot.jpg
alchymyth suggested to change .neuebuecher to .entry-content img.neuebuecher – now all the images have the same size (72px × 120px) but still not the one I defined. Do you know what’s causing this?
- The topic ‘Image resizing doesn't work properly’ is closed to new replies.