<?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: Image Post, blurry images / JPEG quality issue</title>
		<link>http://www.kriesi.at/support/topic/image-post-blurry-images-jpeg-quality-issue</link>
		<description>Support Forum - Topic: Image Post, blurry images / JPEG quality issue</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 12:32:08 +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/image-post-blurry-images-jpeg-quality-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Image Post, blurry images / JPEG quality issue"</title>
			<link>http://www.kriesi.at/support/topic/image-post-blurry-images-jpeg-quality-issue#post-85290</link>
			<pubDate>Sun, 25 Nov 2012 15:00:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Maybe a third party plugin hooks into the gallery function and manipulates the output? I'm not aware of any code in our theme which changes the &#34;insert into post&#34; output. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orestes on "Image Post, blurry images / JPEG quality issue"</title>
			<link>http://www.kriesi.at/support/topic/image-post-blurry-images-jpeg-quality-issue#post-85109</link>
			<pubDate>Fri, 23 Nov 2012 09:17:14 +0000</pubDate>
			<dc:creator>orestes</dc:creator>
			<guid isPermaLink="false">85109@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The thing is that I don't set that width, it's done either by wordpress or by the theme.&#60;br /&#62;
Here's the original blog post content:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[caption id=&#38;quot;attachment_597&#38;quot; align=&#38;quot;aligncenter&#38;quot; width=&#38;quot;300&#38;quot;]&#38;lt;a href=&#38;quot;http://blog.orestes.io/2012/11/23/image-quality-test-2/wallpaper-722590-5/&#38;quot; rel=&#38;quot;attachment wp-att-597&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://blog.orestes.io/wp-content/uploads/2012/11/wallpaper-7225904-300x168.jpg&#38;quot; alt=&#38;quot;The alt text&#38;quot; title=&#38;quot;This is the title&#38;quot; width=&#38;quot;300&#38;quot; height=&#38;quot;168&#38;quot; class=&#38;quot;size-medium wp-image-597&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt; This is a caption text[/caption]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It was created by doing a &#34;Insert/upload&#34;. i didn't change anything but the caption, didn't touch any width/height parameters.&#60;br /&#62;
As you can see, there's no 310 anywhere.&#60;/p&#62;
&#60;p&#62;Edit: Even if  I managed to do that, I would still have problems with a 10px top and bottom padding:&#60;br /&#62;
&#60;a href=&#34;http://imgur.com/a/ivj1h&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/a/ivj1h&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I haven't seen anywhere a Sentence demo with images inside the post (not featured on the gallery), so I don't know how they should look but I don't think this is on par with the quality of the rest of the theme. I can add my own CSS if needed, bu I need to get right of the 310 inline style and I don't known where is it coming from.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Post, blurry images / JPEG quality issue"</title>
			<link>http://www.kriesi.at/support/topic/image-post-blurry-images-jpeg-quality-issue#post-85090</link>
			<pubDate>Fri, 23 Nov 2012 08:15:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I checked the source code and it seems like the attachment container inline css code causes the issue - the code is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;attachment_597&#38;quot; class=&#38;quot;wp-caption aligncenter&#38;quot; style=&#38;quot;width: 310px&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://blog.orestes.io/2012/11/23/image-quality-test-2/wallpaper-722590-5/&#38;quot; rel=&#38;quot;attachment wp-att-597&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://blog.orestes.io/wp-content/uploads/2012/11/wallpaper-7225904-300x168.jpg&#38;quot; alt=&#38;quot;The alt text&#38;quot; title=&#38;quot;This is the title&#38;quot; width=&#38;quot;300&#38;quot; height=&#38;quot;168&#38;quot; class=&#38;quot;size-medium wp-image-597&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;p class=&#38;quot;wp-caption-text&#38;quot;&#38;gt;This is a caption text&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and as you can see the width of the container is 310px whereas the image is set to a width of 300px. Change style=&#34;width: 310px&#34; to style=&#34;width: 300px&#34; and you'll fix the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orestes on "Image Post, blurry images / JPEG quality issue"</title>
			<link>http://www.kriesi.at/support/topic/image-post-blurry-images-jpeg-quality-issue#post-85040</link>
			<pubDate>Thu, 22 Nov 2012 23:21:09 +0000</pubDate>
			<dc:creator>orestes</dc:creator>
			<guid isPermaLink="false">85040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;If you take a look at &#60;a href=&#34;http://blog.orestes.io/2000/11/01/image-quality-test/&#34; rel=&#34;nofollow&#34;&#62;http://blog.orestes.io/2000/11/01/image-quality-test/&#60;/a&#62; you'll see I'm using a Image Post format and the image looks quite blurry.&#60;br /&#62;
The original uploaded image was FullHD 1920x1080.&#60;/p&#62;
&#60;p&#62;I took a look around the support forum and at &#60;a href=&#34;http://www.skidoosh.co.uk/php/wordpress-jpeg-thumbnail-image-quality-setting-and-adjustment/&#34; rel=&#34;nofollow&#34;&#62;http://www.skidoosh.co.uk/php/wordpress-jpeg-thumbnail-image-quality-setting-and-adjustment/&#60;/a&#62; and tryied adding&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function jpeg_quality_callback($arg)
{
return (int)100;
}

add_filter(&#38;#39;jpeg_quality&#38;#39;, &#38;#39;jpeg_quality_callback&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;both at the start and at the end of the file but It doesn't seem to have any effect :(&#60;/p&#62;
&#60;p&#62;I made sure I regenerated the thumbnails with a plugin.&#60;/p&#62;
&#60;p&#62;I'm not sure what can I try now... can you help me?&#60;br /&#62;
Edit: It just started working. I didn't have any cache plugins enabled thought...&#60;/p&#62;
&#60;p&#62;Now I have a problem with the images inside the post, the border around them is looking weird, like it's missing the left-side padding:&#60;br /&#62;
&#60;a href=&#34;http://blog.orestes.io/2000/11/01/image-quality-test-2/&#34; rel=&#34;nofollow&#34;&#62;http://blog.orestes.io/2000/11/01/image-quality-test-2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let me know if I should open a new thread for this other question.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
