Home Forums Pro Themes Greatnews Pro Image appearance on front page versus blog post page – front page cropped badly.

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209916
    Robert
    Participant

    When I attach an image to a blog post, it appears fine on the blog post itself, but it is cropped on the front page.

    The front page is often cropped centered in a weird place that cuts off lettering within the image.

    If I always make the image a certain size on the post page, will it appear fine on the front page? If so, what is this size?

    I am not a coder. It seems like the coding would simply resize the image to the appropriate scale needed to fit in the space.

    My site is christiannnewsjunkie.com if you want to see it.

    Regards,

    Robert

    #209923
    Psink
    Keymaster

    @sparkmanrlmediacombb-net, In frontpage the featured image of the posts cropped from the center to fit in the space. However we can show the full feadtured image, doing this size of the image may be different. Here how it will looks
    https://www.awesomescreenshot.com/video/40105923?key=73bfd908fd2dca98c5ead14ccedb0062

    You can add this CSS to Additional CSS in the theme customizer to show full feadtured images on frontpage

    .featured-image {
    background-size: contain !important;
    }

    #209932
    Robert
    Participant

    Thank you. This works fine.

    I added this to the Additioal CSS section.

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