<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>WordPress Themehacks &#187; CSS-Hacks</title> <atom:link href="http://wp-hacks.de/category/css-hacks/feed" rel="self" type="application/rss+xml" /><link>http://wp-hacks.de</link> <description>Tipps und Hacks für WordPress</description> <lastBuildDate>Sat, 21 Jan 2012 07:19:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Die Bildergröße bei WordPress per CSS begrenzen</title><link>http://wp-hacks.de/die-bildergroesse-bei-wordpress-per-css-begrenzen_2150.html</link> <comments>http://wp-hacks.de/die-bildergroesse-bei-wordpress-per-css-begrenzen_2150.html#comments</comments> <pubDate>Tue, 14 Dec 2010 10:54:07 +0000</pubDate> <dc:creator>khk</dc:creator> <category><![CDATA[CSS-Hacks]]></category> <category><![CDATA[begrenzen]]></category> <category><![CDATA[Bildergröße]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://wp-hacks.de/?p=150</guid> <description><![CDATA[Häufig kommt es vor, dass ein Bild breiter ist, als der Bereich in dem Content dargestellt wird. Insbesondere wenn man mehrere Autoren hat, die nicht so erfahren in WordPress sind. Um zu große Bilder, die das Layout zerstören zu verhindern, &#8230; <a
href="http://wp-hacks.de/die-bildergroesse-bei-wordpress-per-css-begrenzen_2150.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Häufig kommt es vor, dass ein Bild breiter ist, als der Bereich in dem Content dargestellt wird. Insbesondere wenn man mehrere Autoren hat, die nicht so erfahren in WordPress sind.</p><p>Um zu große Bilder, die das Layout zerstören zu verhindern, einfach die folgenden CSS Zeilen in die styles.css Datei einbinden.</p><pre class="brush: php; title: Code Beispiel:; notranslate">.postarea img {
max-width: 400px;
height: auto;
}</pre><div
class="shr-publisher-150"></div>]]></content:encoded> <wfw:commentRss>http://wp-hacks.de/die-bildergroesse-bei-wordpress-per-css-begrenzen_2150.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
