michael8t6
Forum Replies Created
-
Okay, getting somewhere. Under the functions.php, the lines you posted above declaring the thumbnail dimensions. I’ve changed the true to false like so:
add_image_size('azulsilver-medium-thumbnail', 650, 150, false);That’s resulted in the image being displayed in full (auto resized), gonna try some CSS to get the images to the size I want them.
Out of curiosity, what does the true/false part of the statement declare? I’m no where near as advanced at php as some people so it’s all a learning experience.
also thanks for the childs-theme link.
Hi Benjamin,
Sorry I didn’t get back to you yesterday, had a lot on.
In reply to the question on the review, the lines I removed were:
<div class = "medium-post-thumbnail"> <?php the_post_thumbnail('azulsilver-medium-thumbnail'); ?> </div>I removed that from content-single.php.
I’ve tried adding the CSS you posted above but still no luck. If you have somewhere I could contact you privately I’d be more than happy to send you a link to my site for you to look at the coding.