Image rendition
- Image rendition helps to display the image with a different height and width of the same image on different pages in a publishing site.
- When you create an image rendition, you specify the width and/or height for all the images, which uses the image rendition.
- Image renditions are available for all the images upload into Sharepoint libraries.
Prerequisites for image renditions
Blob cacheNow, let’s go and see how to enable cache settings for a Web Application
Open IIS Manager.
Navigate to IIS Web site -> Click Explore

Open Web.config file.
Find the line given beelow.
- <BlobCache location="C:\BlobCache\14" path="\.(gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|themedbmp|themedcss|themedgif|themedjpg|themedpng|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv|ogg|ogv|oga|webm|xap)$" maxSize="10" enabled="false" />
Set Enable = “True”
- <BlobCache location="C:\BlobCache\14" path="\.(gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|themedbmp|themedcss|themedgif|themedjpg|themedpng|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv|ogg|ogv|oga|webm|xap)$" maxSize="10" enabled="true" />
Now, the cache settings is successfully enabled under the Web Application.
Publishing Site Collection/ publishing feature enabled siteFirst step is to create a publishing Site Collection.

After successful creation of publishing Site Collection, enable Sharepoint publishing features under Site Collection features and manage Site Collection feature.

Asset library is useful to stor riche media assets. For example; these are images, videos and audio files


















parthasarathy BPosted Jun 18, 2017, 10:29 AM
Really awesome ,Clean explanation thanks for this article, can we use this feature in team sites with Sharepoint server publising infrastructure feature activated as well?