Forums

[resolved] Image Plugin to have 2 different size images for same content (2 posts)

  1. bingeboy
    Member
    Posted 5 months ago #

    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

  2. bingeboy
    Member
    Posted 5 months ago #

    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.

Reply

You must log in to post.

About this Topic