NiceThemesmobile display of images in interior pages – NiceThemes http://nicethemeswp.com/forums/topic/mobile-display-of-images-in-interior-pages/feed/ Wed, 23 Apr 2025 14:49:05 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/mobile-display-of-images-in-interior-pages/#post-3671 <![CDATA[mobile display of images in interior pages]]> http://nicethemeswp.com/forums/topic/mobile-display-of-images-in-interior-pages/#post-3671 Fri, 14 Mar 2014 21:37:42 +0000 tancanhly Hello,

The images of interior pages are not scaling to smaller browsers of tablets and mobile devices. Here’s an example: http://magnoliakinetics.com/philosophy/

What can I do to have it be responsive?

Best,

Tan

]]>
http://nicethemeswp.com/forums/topic/mobile-display-of-images-in-interior-pages/#post-3672 <![CDATA[Reply To: mobile display of images in interior pages]]> http://nicethemeswp.com/forums/topic/mobile-display-of-images-in-interior-pages/#post-3672 Fri, 14 Mar 2014 21:49:42 +0000 Juanfra Aldasoro Hi Tan,

Thanks for writing. You should try adding the following CSS to the custom.css file:

.entry img {
    height: auto;
    max-width: 100%;
}

Best,
Juan.

]]>