<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Customizing image size on detail page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 05:52:47 +0000</pubDate>

<item>
<title>amygail on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6286</link>
<pubDate>Wed, 02 Sep 2009 19:24:55 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">6286@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm so glad it worked for you. I know the frustration of being stuck. I'm there now, in fact.&#60;/p&#62;
&#60;p&#62;I'm not an expert in anything, by the way ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>godleuf on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6283</link>
<pubDate>Wed, 02 Sep 2009 15:19:17 +0000</pubDate>
<dc:creator>godleuf</dc:creator>
<guid isPermaLink="false">6283@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OMG! I think that worked! I uploaded a larger file and it kept it to the width I added, also keeping the height proportional! I owe you big time amygail ;)&#60;/p&#62;
&#60;p&#62;If you ever need any design work or help in something you are not expert in, I will be more than happy to come through for you!&#60;/p&#62;
&#60;p&#62;Have a great day... you made mine :)
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6269</link>
<pubDate>Wed, 02 Sep 2009 02:22:23 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">6269@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;try &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single .entry-artwork img{
  max-width: 100px;

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(and remember to add the missing semi-colon here..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single .entry-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>amygail on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6268</link>
<pubDate>Wed, 02 Sep 2009 02:14:35 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">6268@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm happy to try...
&#60;/p&#62;</description>
</item>
<item>
<title>godleuf on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6262</link>
<pubDate>Tue, 01 Sep 2009 22:29:10 +0000</pubDate>
<dc:creator>godleuf</dc:creator>
<guid isPermaLink="false">6262@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That seemed to &#34;try&#34; to work, but something else is not allowing me to get the width I apply. If I post the css would you be able to point it out?
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6245</link>
<pubDate>Tue, 01 Sep 2009 00:40:22 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">6245@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Try 'max-width'&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/css/pr_dim_max-width.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/pr_dim_max-width.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://perishablepress.com/press/2007/01/16/maximum-and-minimum-height-and-width-in-internet-explorer/&#34; rel=&#34;nofollow&#34;&#62;http://perishablepress.com/press/2007/01/16/maximum-and-minimum-height-and-width-in-internet-explorer/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>godleuf on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6242</link>
<pubDate>Mon, 31 Aug 2009 23:03:43 +0000</pubDate>
<dc:creator>godleuf</dc:creator>
<guid isPermaLink="false">6242@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks amygail,&#60;/p&#62;
&#60;p&#62;Funny, that code is from the original developer lol!&#60;/p&#62;
&#60;p&#62;Thanks for pointing out those errors.&#60;/p&#62;
&#60;p&#62;The trouble with adding height and width is I want to keep images proportional, but not to exceed a width that would screw up the page. Does that make sense?
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6240</link>
<pubDate>Mon, 31 Aug 2009 22:22:52 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">6240@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Did you ever try adding a width and height to this?&#60;/p&#62;
&#60;p&#62;.single .entry-artwork{&#60;br /&#62;
  background-color: #FFFFFF;&#60;br /&#62;
  border: 1px solid #FFFFFF;&#60;br /&#62;
  -moz-border-radius: 3px;&#60;br /&#62;
  border-radius: 3px;&#60;br /&#62;
  -webkit-border-radius: 3px;&#60;br /&#62;
  padding: 6px&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;(BTW - you're missing a ';' at the end of the dec for 'padding')&#60;/p&#62;
&#60;p&#62;you've also got a couple of other small css errors -  look for these&#60;/p&#62;
&#60;p&#62;.post blockquote p {&#60;br /&#62;
  font-stayle: italic;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#comments-list .comment-author {&#60;br /&#62;
  font-weight: bold;&#60;br /&#62;
  font-size: 1.3em&#60;br /&#62;
  padding: 5px 0 0 0;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>godleuf on "Customizing image size on detail page"</title>
<link>http://themeshaper.com/forums/topic/customizing-thumbnail-and-large-image-size-1#post-6239</link>
<pubDate>Mon, 31 Aug 2009 19:10:27 +0000</pubDate>
<dc:creator>godleuf</dc:creator>
<guid isPermaLink="false">6239@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am almost to the point of giving up. Cannot find where to control this in Word Press, thematic functions or styles. Gallery theme is being used, can't find an answer in Chris Wallace's blog either...&#60;/p&#62;
&#60;p&#62;An example is at &#60;a href=&#34;http://artalchemy.biz/?p=231&#34; rel=&#34;nofollow&#34;&#62;http://artalchemy.biz/?p=231&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
