Home Forums Pro Themes Signify Pro Resize “Featured Image” in Posts Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #148132
    John Huculak
    Participant

    Hello, I’m trying to resize the featured images when they display on our “Posts” page:
    http://holocaustgraphicnovels.org/news/. What is the CSS to accomplish this? Thank you!

    #148156
    Psink
    Keymaster

    Hello John

    Please try this code

    
    @media screen and (min-width: 64em) {
    	#infinite-post-wrap .post-thumbnail img {
    	    object-fit: cover;
    	    height: 500px;
    	}
    }
    

    and adjust the height by yourself

    Regards,
    Psink

    #148188
    John Huculak
    Participant

    thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.