<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: How responsive is this? Gallery pictures cut-off on various</title>
		<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How responsive is this? Gallery pictures cut-off on various</description>
		<language>en-US</language>
		<pubDate>Tue, 05 May 2026 11:33:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How responsive is this? Gallery pictures cut-off on various"</title>
			<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various#post-37556</link>
			<pubDate>Wed, 03 Feb 2016 09:19:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37556@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't see any extra scroll bars. The image is displaying as it should (i.e. filling the browser window to the max size without cropping).</p>
<p>If you don't see your changes, maybe clear your browser cache.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Arts4Hope on "How responsive is this? Gallery pictures cut-off on various"</title>
			<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various#post-37550</link>
			<pubDate>Tue, 02 Feb 2016 14:16:16 +0000</pubDate>
			<dc:creator>Arts4Hope</dc:creator>
			<guid isPermaLink="false">37550@http://www.themolitor.com/forums/</guid>
			<description><p>Sure:<br />
<a href="http://livingaikido.life/gallery/" rel="nofollow">http://livingaikido.life/gallery/</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How responsive is this? Gallery pictures cut-off on various"</title>
			<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various#post-37548</link>
			<pubDate>Tue, 02 Feb 2016 14:07:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37548@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>There shouldn't be any scrolling with that approach. It should auto-fit the space available (with black in the areas it can't reach). </p>
<p>Can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Arts4Hope on "How responsive is this? Gallery pictures cut-off on various"</title>
			<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various#post-37543</link>
			<pubDate>Tue, 02 Feb 2016 13:38:54 +0000</pubDate>
			<dc:creator>Arts4Hope</dc:creator>
			<guid isPermaLink="false">37543@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher.<br />
Yes, it help in a sense. Now the pictures are visible, granted with scrolling. Better than before, but not entirely what I had in mind. Is there any way to make the image FIT within the container, without the need to scroll. I did try modifying the code with height: auto and other variations but to no avail. </p>
<p>If not possible, I will settle for this option you gave. It would be nicer if the pics were automatically resized to fit, even if that left black space around them (for non-landscape pictures).</p>
<p>Let m know please what can be done.<br />
Thanks a lot!!</p>
<p>Bo
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How responsive is this? Gallery pictures cut-off on various"</title>
			<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various#post-37511</link>
			<pubDate>Mon, 01 Feb 2016 10:43:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37511@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The gallery page displays images via the "cover" CSS background size option. This scales the image to be as large as possible so that the area is completely covered by the image. As a result, some parts of the image may not be in view depending on the browser window size/orientation.</p>
<p>I made this design decision based on the fact that the vast majority of screen dimensions are 16:9, which makes this the preferred method for full screen image viewing.</p>
<p>If you do NOT want images to be viewed full screen like this, you can try using the "contain" option, which limits the size of the image to the boundaries of the viewing window. To try this, add the following to your Custom CSS box on the Customize page...</p>
<pre><code>.gallery-image {background-size: contain;}
.page-template-page-gallery #headerImages {display: none;}</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Arts4Hope on "How responsive is this? Gallery pictures cut-off on various"</title>
			<link>http://www.themolitor.com/forums/topic/how-responsive-is-this-gallery-pictures-cut-off-on-various#post-37492</link>
			<pubDate>Sun, 31 Jan 2016 14:23:28 +0000</pubDate>
			<dc:creator>Arts4Hope</dc:creator>
			<guid isPermaLink="false">37492@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
Been trying so much to make this work. Now I need to figure out how to display images in the Gallery page, without manually resizing everything...People see them different on various devices, cut-off, etc. Is there a way to by default center and automatically resize the images displayed inside the GALLERY page?</p>
<p>Thank you<br />
Bo
</p></description>
		</item>

	</channel>
</rss>
