Tagged Questions
1
vote
1answer
378 views
How to scale image with equal width and height without distortion?
I have a section on my frontpage that querys through recent posts and grabs the title and thumbnail of each. In my functions.php, I've specified a width and height for the thumbnail using:
...
1
vote
1answer
179 views
Add custom image sizes to media uploader
I want to add custom image sizes to the media uploader:
In order to do this, I use the following code (comments are there for convenience):
// this function adds the custom image sizes to the ...
0
votes
3answers
154 views
Setting post thumbnail sizes in template file and functions.php
For my post I have a box for the post image and the size of the box is 214 x 73. I want the image to fit the width of the box and have it cropped at 73px height.
This is what I have so far in my ...