Community Forums › Forums › Design Tips and Tricks › Pretty Young Thing Thumbnails
Tagged: Pretty Young Thing, thumbnails
This topic contains 10 replies, has 3 voices, and was last updated by mikemueller 3 months, 1 week ago.
-
AuthorPosts
-
February 11, 2013 at 5:38 pm #19723
Having issues with a PYT install.
On the home page the thumbnails are being resized but not proportionally.
Via Firebug: ‘img class=”alignleft post-image” width=”100″ height=”100″…’ and that’s not what should be happening.
Any ideas on where to change that?
Thanks in advance.
M
February 11, 2013 at 6:09 pm #19727What is the thumbnail size selected in the widget itself?
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsFebruary 11, 2013 at 6:12 pm #19729Hi Mike.
It looks like on line 1060 of your stylesheet you’ve got the post-image class set to a width of 150px.. is that what’s throwing them out maybe?
Website: petercoughlin.com
Twitter: petercoughlinFebruary 12, 2013 at 3:50 pm #19911Anita – there’s no widget for the home page on this theme.
Peter – I tried that too. It’s not that.
MM
February 12, 2013 at 3:53 pm #19912Regenerate the thumbnails with this plugin – http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsFebruary 12, 2013 at 4:11 pm #19923Anita – good thought – just tried that. Prada (the bag on the home page) still looks like a squished little bag. :(
February 12, 2013 at 4:13 pm #19928Open up your functions.php file. Look under the image settings and see if you see one that is 150 x 100. If so, change that to the size you want.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsFebruary 12, 2013 at 5:06 pm #19945Functions has
/** Add new image sizes */
add_image_size(‘grid-thumbnail’, 100, 100, TRUE);
and absolutely nothing 150.
February 12, 2013 at 5:10 pm #19947Using firebug, if I delete the rule on line 1060 of your style.css which sets the post-image class to 150px width, all the images square up nicely.. is that what you’re after?
Website: petercoughlin.com
Twitter: petercoughlinFebruary 12, 2013 at 5:11 pm #19948I just posted here and it’s in SPAM.
Here is your code in the CSS. Change it to 100.
.post-image {
margin: 0 10px 10px 0;
width: 150px;
}
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsFebruary 12, 2013 at 5:19 pm #19954I think that’s working.
I left the margin as is but deleted the width.
Thank you both!
-
AuthorPosts
You must be logged in to reply to this topic.