<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Placing an Image on a Page (not a Blog Post)</title>
		<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post</link>
		<description>Support Forum - Topic: Placing an Image on a Page (not a Blog Post)</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 23:53:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/placing-an-image-on-a-page-not-a-blog-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Placing an Image on a Page (not a Blog Post)"</title>
			<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post#post-62674</link>
			<pubDate>Thu, 28 Jun 2012 17:33:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi outtacontext,&#60;/p&#62;
&#60;p&#62;Glad that is working for you. What its doing is forcing the class that link has gets a forced width so that it overrides any other width associated with the image. Using max-width defines that maximum size and then using a percentage so its liquid and adjusts.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Placing an Image on a Page (not a Blog Post)"</title>
			<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post#post-62017</link>
			<pubDate>Mon, 25 Jun 2012 11:21:06 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">62017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, it worked!!! Thank you very much.&#60;/p&#62;
&#60;p&#62;Now, can you tell me &#60;strong&#62;why&#60;/strong&#62; it's working? I'd like to understand all of this. Thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Placing an Image on a Page (not a Blog Post)"</title>
			<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post#post-61992</link>
			<pubDate>Mon, 25 Jun 2012 07:27:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;a.nounderline{
max-width: 100% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Placing an Image on a Page (not a Blog Post)"</title>
			<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post#post-61908</link>
			<pubDate>Sun, 24 Jun 2012 11:55:35 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">61908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is working. Thanks. &#60;/p&#62;
&#60;p&#62;But it brings up another problem. My old blog, which I imported into WP and this theme has a number of blog images that run the width of the old blog's content area (530 pixels wide). When I reduce the size of the window these images overflow into the right column. The two widest viewports work fine (the content area is wide enough to hold the 530px wide images). &#60;/p&#62;
&#60;p&#62;How can I fix that so these wide images will downsize nicely? For an example take a look at the image within this blog post: &#60;a href=&#34;http://www.outtacontext.com/wp2/2011/12/10/i_used_to_say_b/&#34; rel=&#34;nofollow&#34;&#62;http://www.outtacontext.com/wp2/2011/12/10/i_used_to_say_b/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In this example I have an image within a div. The style of the div is this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main div.image_center {margin-bottom: 12px; width: 100%; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The image tag has no height or width stated in the code and the style on it is from your base.css that has max-width: 100%. Can you tell me why this isn't resizing after the two larger viewports?&#60;/p&#62;
&#60;p&#62;Thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Placing an Image on a Page (not a Blog Post)"</title>
			<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post#post-61864</link>
			<pubDate>Sat, 23 Jun 2012 17:37:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to use a percentage value instead of a pixel value. Eg use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;margin-top: 7px; float: right; margin-bottom: 12px; margin-left: 9px; width: 100%;&#38;quot;&#38;gt;
&#38;lt;img src=&#38;quot;http://outtacontext.com/life/images/.jpg&#38;quot; width=&#38;quot;300&#38;quot; height=&#38;quot;&#38;quot; border=&#38;quot;0&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to cover the entire content element width or decrease the percentage value if you want to float the text around the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Placing an Image on a Page (not a Blog Post)"</title>
			<link>http://www.kriesi.at/support/topic/placing-an-image-on-a-page-not-a-blog-post#post-61858</link>
			<pubDate>Sat, 23 Jun 2012 15:24:55 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">61858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a series of articles I've written and am publishing them as pages. I would like to add an image with a caption to them and am wondering what is the best way to do that. I usually use this inline css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;margin-top: 7px; float: right; margin-bottom: 12px; margin-left: 9px; width: 300px;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://outtacontext.com/life/images/.jpg&#38;quot; width=&#38;quot;300&#38;quot; height=&#38;quot;&#38;quot; border=&#38;quot;0&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;br /&#38;gt;

&#38;lt;p class=&#38;quot;preface&#38;quot; style=&#38;quot;margin-top: 10px; text-align: center;&#38;quot;&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But, I want the image to scale for different size screens. One way I thought of doing it is to create a custom css (rather than inline) and simply don't stipulate the image size. &#60;/p&#62;
&#60;p&#62;What is your recommendation for doing this so the image will resize in the responsive web design?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
