• Resolved bingeboy

    (@bingeboy)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter bingeboy

    (@bingeboy)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Image Plugin to have 2 different size images for same content’ is closed to new replies.