• Hello guys.
    I have 2 categories, CATEGORY A and CATEGORY B.
    Each category has some posts and image thumbs on annotations.
    How can I set my own image size for specific category?

    If I set in my .css file

    .heatmapthemead-featured-image img{
    	width:100px;
    	height:100px;
    }

    then all image thumbs for ALL categories will be 100 px 100 px, but I need only for Categoy A. Category B should have thumb image size by default (auto)

  • The topic ‘How to set image size for post image thumb’ is closed to new replies.