<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Images on mobile</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/feed/</link>
		<description></description>
		<pubDate>Mon, 20 Jul 2026 15:01:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27138</guid>
					<title><![CDATA[Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27138</link>
					<pubDate>Tue, 16 Feb 2016 20:53:32 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>On mobile, the images don&#8217;t look so good. Is there a way to fix this?</p>
<p><a href="http://dna.media-monkey.nl/" rel="nofollow">http://dna.media-monkey.nl/</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27145</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27145</link>
					<pubDate>Wed, 17 Feb 2016 09:26:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Which images are you referring to? And by not look so good do you mean they get blurry?<br />
If yes then the answer is simple &#8211; you have a Row with a background image that is set to &#8220;cover&#8221;. Since on mobile the row gets real tall and stretches &#8211; the background image also stretches in order to cover it &#8211; so it becomes a bit blurry.<br />
Several ways you can approach this, either upload a larger size image in pixels or set a custom media query CSS that removes the image and sets a solid color background below a specific resolution. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27146</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27146</link>
					<pubDate>Wed, 17 Feb 2016 09:35:12 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I am referring to the images on top of most of the pages and on the homepage. They&#8217;re stretched out indeed and are becoming too big on mobile. </p>
<p>Removing the images on mobile is not an option. Would be nice if they are scaled in the right way. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27152</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27152</link>
					<pubDate>Wed, 17 Feb 2016 12:46:05 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>They are scaled in the right way, they are simply stretched because you have set the background image sizing propery to &#8220;cover&#8221;&#8230;</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Background_and_Borders/Scaling_background_images" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Background_and_Borders/Scaling_background_images</a></p>
<p>You could overwrite that property in mobile if you want with a media query.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27154</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27154</link>
					<pubDate>Wed, 17 Feb 2016 13:13:44 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, thanks.</p>
<p>How can I overwrite this with a media query?<br />
Or shoud I set the image to &#8216;Contain&#8217; instead? But this makes it rather small on mobile&#8230;</p>
<p>I am trying to figure this out, but is not working for me.</p>
<p>Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27155</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27155</link>
					<pubDate>Wed, 17 Feb 2016 13:38:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Contain does a different thing, make sure you understand the difference&#8230;<br />
I can help you remove the &#8220;cover&#8221; property, what would you do then though, have the bgr images repeat? Your rows are rather tall so if you don&#8217;t repeat the background it will show at the start then the rest would be blank.<br />
I just noticed your images are rather small &#8211; 1198 in width&#8230; do you have at least 1920w versions of the images, i think the quality would still be ok on mobile if you use larger images in size?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27169</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27169</link>
					<pubDate>Thu, 18 Feb 2016 09:15:32 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>I have used the same row settings as in the demo, so not sure if they are too tall.</p>
<p>If I add 1920w images, would that solve this issue? I will try that first, otherwise your help would be much apprectiated <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27177</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27177</link>
					<pubDate>Thu, 18 Feb 2016 11:23:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, let me know.<br />
There will still be some stretching, but they will surely look much better than the current ones.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27196</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27196</link>
					<pubDate>Fri, 19 Feb 2016 11:41:33 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, I can&#8217;t figure it out..</p>
<p>I have changed the image to 1920 x 400 on this page &#8211; <a href="http://dna.media-monkey.nl/cursus-spaans/" rel="nofollow">http://dna.media-monkey.nl/cursus-spaans/</a></p>
<p>Now there&#8217;s an grey area below the image, but that could be fixed I guess. But on mobile the image is blown up and still huge and blurred.</p>
<p>Could you please advise how to fix this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27215</guid>
					<title><![CDATA[Reply To: Images on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/images-on-mobile/#post-27215</link>
					<pubDate>Fri, 19 Feb 2016 16:21:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You could remove the padding in this specific case for the mobile, thus the image won&#8217;t be stretched as much in order to &#8220;cover&#8221; the background and will look better.<br />
For example, add this class to your Row &#8211; &#8220;remove_mobile_padding&#8221;, then add this to the Page inline CSS (Page Settings) in the top right (a Settings icon):</p>
<pre><code>@media only screen and (max-width: 768px){
.remove_mobile_padding {
padding: 30px 0 20px;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

