Thumbnails ignore size setting and expand to be huge

Hello,

I'm having an issue with thumbnails in Mini Frontpage: Using carousel theme, I have 3 columns of articles. The thumbnail is on top of the title. I've set the thumbnail width and height to be 120px. But Mini Frontpage seems to completely ignore these thumbnail settings: depending on the window size, it expands the size thumbnails and they become huge. 

What is the point of setting the thumbnail width and height if the module completely ignores these settings? How can I get the thumbnails to stick to the size that I've assigned to them? Does the pro version have the same problem?

Thanks for any help!
1 year 5 months ago #1 by Andre

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5195) Offline
Hi Andre, can you tell me your website url so I can see the use case?

What is the point of setting the thumbnail width and height if the module completely ignores these settings? How can I get the thumbnails to stick to the size that I've assigned to them? Does the pro version have the same problem?

the thumbnail settings is used to generated the actual dimension of file, but when it displayed, it will adapt  to your website / template condition for responsive design
1 year 5 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Thanks for the quick response!
The site is developer.catholicsforisrael.com/
There are two instances of Mini Frontpage running on the homepage, called "Featured Articles" and "Latest Articles."
The "Latest Articles" works fine, but it's the thumbnails in the "Featured Articles" that seem uncontrollable. They grow to be huge at certain window sizes.
1 year 5 months ago #3 by Andre

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5195) Offline
Hi, I tried to simulate visit on your website with desktop, tablet and phone and I think that's working as it should.
On smartphones, the column will be one column 


On tablets the column will change to 2
1 year 5 months ago - 1 year 5 months ago #4 by TemplatePlazza
Attachments:
Last edit: 1 year 5 months ago by TemplatePlazza. Reason: better format

Please Log in or Create an account to join the conversation.

Yes, but that's precisely the problem. The image files are just 150x150px thumbnails. I don't want them to expand to be huge (and also very fuzzy, because they are low resolution thumbnails not meant to be enlarged). Can the thumbnails not stick to a fixed 150x150px size? What is the point of having that setting in the extension, then? Why do the thumbnails properly stick to their assigned size when the articles are listed horizontally, but not when listed in vertical columns?
1 year 5 months ago - 1 year 5 months ago #5 by Andre
Last edit: 1 year 5 months ago by Andre.

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5195) Offline

What is the point of having that setting in the extension, then? 

It is intended to help users to formulate the correct image ratio. You can determine whether the thumbnail is landscape or square with the help of these width and height settings. And also to formulate the quality of the generated thumbnail image. The bigger width and height setting you have, the better thumbnail quality you will get, but it will also have a bigger file size

Why did it become 1 column on the cellphone and the thumbnail is auto resized? It because nowaday responsive design has become a standard. Where the design is required to adapt properly in all device sizes and minifrontpage has a built in support. It might not work in your case, but it works with the many other.

If the thumbnail have a fix size then it will have space in mobile device, not filling its container like this:


If you prefer like this, you can add this code in the CSS adjustment tab in the module settings page:
@media (max-width:640px) {
.mfp_carousel_skin_default .mfp_carousel_item .mfp_thumb_pos_top img, .mfp_carousel_skin_default .mfp_carousel_item .mfp_thumb_pos_top2 img {
width:150px!important;  
}
}

If you feel the thumbnail is blurry/fuzzy, you can increase the thumbnail setting by the same ratio. for example, if previously the size was 150x150px, then you can increase it to 450x450px(3 times) then the image should be sharper. However, please note that the original image must have dimensions greater than 450x450 because if the dimensions are smaller, the generated thumbnail image will be more blurry.
1 year 5 months ago - 1 year 5 months ago #6 by TemplatePlazza
Attachments:
Last edit: 1 year 5 months ago by TemplatePlazza.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum