• Resolved emrtss

    (@emrtss)


    https://jamesandgames.com for reference
    So it seems that with a higher resolution, like 1920×1080 the thumbnail loses ALOT of height. Try to view it in 1366×1287 and you will see the picture perfectly, with amazing height and width. How do I fix this? It really ruins the site on bigger screens in my opionion.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to customizer->general->custom css

    @media only screen and (min-width: 1440px) {
    #post-entry article.post-style-magazine.feat-medium div.post-thumb, #post-entry article.post-style-magazine.feat-large div.post-thumb {
        max-height: 500px !important;
    }
    }
    Thread Starter emrtss

    (@emrtss)

    Thanks a lot! It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog post thumpnails strange sizing’ is closed to new replies.