Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #162538
    fwhitesides
    Participant

    Is it possible to change the dimensions of the featured image on the actual post page at the top? I’d prefer to have square images to match up with my Instagram images. The home page thumbnails are square, but the featured images on each post page are like 16:9 or something similar. Can I make them square as well?

    Thanks! This is a great theme, BTW.

    #162559
    Skandha
    Participant

    @fwhitesides: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #162564
    fwhitesides
    Participant
    #162585
    Skandha
    Participant

    @fwhitesides: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:767px) {
    	.post-thumbnail img {
        	    width:600px;
       	    height:600px;
    	}
    }

    You can change the size according to your requirement.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #162716
    fwhitesides
    Participant

    Thanks for the input.

    Turns out the ultimate fix was to adjust the post thumbnail size definition in the functions.php file of the theme. Actually, since Clean Fotograpfie is a child theme, I had to go back to the Fotografie parent theme and edit that functions.php file. Then regenerate thumbnails and all is well.

    #162728
    Skandha
    Participant

    @fwhitesides: Glad you were able to figure it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change dimensions of featured image in posts?’ is closed to new replies.