Topic: Fitting the whole picture on screen

Posted under General

I have noticed "portrait format" pictures on this site don't fit in "landscape orientation" displays. Is there a way to get it to fit in the screen without having to zoom out?

You can put this in Custom CSS in your Settings > Advanced

#image { max-height: 95vh; max-width: 100%; }

Note: this will break all other orientation settings and pictures will always be resized not to exceed the screen height.

  • 1