Hi all, I have a problem with a wordpress template. I am having trouble figuring out how to set my images to scale to fit. It is difficult to explain exactly what I mean, but if you look at this page you will see the problem. http://www.geeksphere.co.uk/category/review/ If some one could point me in the right direction to resolving this issue I would be most greatful!
Ok, Possible I have put this in the wrong forum in error. Think this is controlled in the "index.php" by the below section, with the help of firebug. I just don't know what to modify to scale the image to fit the 140px by 110px box. Ideally I don't want to lose the ratio. Any help, please?
Thanks for the reply. The problem is I don't want the image in the post to be that small. Hence, why I want it to scale in this box.
i think its the margin, you want your thumbnail aligned with the title of your article, right?..specifically the top margin.
it's either the top or bottom margin, in your css, its set to auto try to put a figure like 5px or so, trial and error.try it first with the top margin then bottom, dont change the right and left
If you want the image to scale itself, you need to set a max-width or max-height in the CSS depending on if the image is wider or taller.. or you could just set them both.