Blog Image being re-sized

Posted by Community Admin on 03-Aug-2018 15:31

Blog Image being re-sized

All Replies

Posted by Community Admin on 31-Jan-2012 00:00

Hello,

We set up our site with the sitefinity blog and have a "featured image" or maybe better known as an author image for each post.  We used this thread to get everything setup.  The ability to upload an image works perfectly, but the one issue we are having is that it is resizing my images down.

Here's a rundown of what is going on and what I need:

I have a 290px by 290px square to work with on the main blog page, I just want a featured image that is no smaller than that.  I can crop the ends of it off with css and overflow:hidden.

Currently when I upload an image it is getting resized down to a smaller size.  If I right click and view image it shows the extension as .jpg.tmb every single time (or .png.tmb depending on the file).  I do not have any resizing options set on that media library or on that particular image, yet it is still adding the .tmb extension like I have it resized for thumbnail.

I just need the full size image to upload and display there.  Is there something that was done in the thread above that is causing this that I didn't catch? Any help is greatly appreciated!!!

In the attachments you can see the size difference.  This even happens if I upload the image through the Content --> Images and just click "Choose from already uploaded" on the blog post page.

Posted by Community Admin on 02-Feb-2012 00:00

Hi Chris,

If I understand you correctly you do not want to have the images resized when they are used ( after uploading them ). Unfortunately this is the default behaviour of Sitefinity, by resizing the images in the backend in order to keep the pages organized. What I can suggest you is to try and adjust the size of the images used in the backend.

You can go to Administration -> Settings -> Advanced -> Libraries -> Controls -> AlbumsBackend -> Views -> AlbumsBackendInsert -> Sections -> DefaultImgSizeSection -> Fields -> NewSize -> ChoicesConfig -> Item 1 -> Value and set it to 200 (or something else). Then you need to edit the resource for the text in the dropdown box - go to Administration -> Interface Labels & Messages and first click on "Images" in right column, then type "Thumbnail" in the search box. This will filter the "Thumbnail: 100 px width" resource text, which you can change to "Thumbnail: 200 px width". Save and recycle the app pool.

All the best,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 07-Nov-2014 00:00

This behavior still applies to 7.2.  I am doing this very same thing using two image fields described here - one for the list of posts, and one for the actual blog post.  Our blog layouts were designed with a specific size for each image so we need to be able to use the actual image that was uploaded and not a re-sized version.  

Please advise and how this can be done.

Neil

Posted by Community Admin on 12-Nov-2014 00:00

Hello,

When using the related media field:http://www.sitefinity.com/documentation/documentationarticles/related-media-custom-field you can choose between a simple link and image widget to display the image in the widget template.

In order to display the image in its original size, you can select simple link. This will generate a code snippet that will use the thumbnail url by default with an anchor for the image pointing to the original image. You can easily modify it to use the original media url, displaying the original image instead of the thumbnail:http://screencast.com/t/75d3pPlK9sK and this is the modification I have made to the snippet:http://screencast.com/t/eUUuweIh.

Using the media url for the source will display the original image.

Regards,
Atanas Valchev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed