<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Language specific MediaProvider breaking icons at Media Library</title>
	<atom:link href="http://blog.peplau.com.br/language-specific-mediaprovider-breaking-icons-at-media-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peplau.com.br/language-specific-mediaprovider-breaking-icons-at-media-library/</link>
	<description>The things I&#039;ve seen as a Sitecore Professional</description>
	<lastBuildDate>Sun, 26 Nov 2023 01:01:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.39</generator>
	<item>
		<title>By: Rodrigo Peplau</title>
		<link>http://blog.peplau.com.br/language-specific-mediaprovider-breaking-icons-at-media-library/#comment-35</link>
		<dc:creator><![CDATA[Rodrigo Peplau]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 17:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peplau.com.br/?p=538#comment-35</guid>
		<description><![CDATA[Great point Kamruz, I&#039;ve just tested you approach and it also made the trick. 

In fact your approach is actually better as it is less intrusive and works in more cases, such as when the Attachment field renders. 

I am updating the article with a message at the top suggesting your solution as a better response. Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>Great point Kamruz, I&#8217;ve just tested you approach and it also made the trick. </p>
<p>In fact your approach is actually better as it is less intrusive and works in more cases, such as when the Attachment field renders. </p>
<p>I am updating the article with a message at the top suggesting your solution as a better response. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamruz Jaman</title>
		<link>http://blog.peplau.com.br/language-specific-mediaprovider-breaking-icons-at-media-library/#comment-34</link>
		<dc:creator><![CDATA[Kamruz Jaman]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 17:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peplau.com.br/?p=538#comment-34</guid>
		<description><![CDATA[Another option would have been to check if the request was for a thumbnail (the ?thn=1 part of the stored Icon url) and if so ignore your custom code to generate the Media URLs. This is what I ended up doing for some code I wrote:

https://github.com/jammykam/Sitecore-CloudMediaLibrary/blob/master/src/FS.MediaLibrary.CloudStorage/Media/MediaProvider.cs#L22]]></description>
		<content:encoded><![CDATA[<p>Another option would have been to check if the request was for a thumbnail (the ?thn=1 part of the stored Icon url) and if so ignore your custom code to generate the Media URLs. This is what I ended up doing for some code I wrote:</p>
<p><a href="https://github.com/jammykam/Sitecore-CloudMediaLibrary/blob/master/src/FS.MediaLibrary.CloudStorage/Media/MediaProvider.cs#L22" rel="nofollow">https://github.com/jammykam/Sitecore-CloudMediaLibrary/blob/master/src/FS.MediaLibrary.CloudStorage/Media/MediaProvider.cs#L22</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
