Hi,
I'm looking for a plugin that will allow a smaller thumb image on the main blog page but once the user clicks into the actual post the image would be larger.
Thanks
Hi,
I'm looking for a plugin that will allow a smaller thumb image on the main blog page but once the user clicks into the actual post the image would be larger.
Thanks
Dude just got it with CSS.
created a class for the post on the index.php page and the left the default image size for the actual post page.
.imageclassname{
width:100%
height:auto;
}
Now the image just goes as wide as my post div on the page.
You must log in to post.