Tagged Questions
1
vote
1answer
337 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:
...
0
votes
1answer
75 views
Custom image size vs CSS sizing
I am developing a theme which will have 2 configuration options for the slideshow in the header; a full width version and a half width version. The theme is also responsive and so I am trying to ...