4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: jimraynor on January 31, 2012, 12:42:01 PM

Title: How can i increase thumbnail image size pixels?
Post by: jimraynor on January 31, 2012, 12:42:01 PM
i changed Max. width of thumbnail in pixel=140 and Max. heigth of thumbnail in pixel=140px and Thumbnail size in pixel=150 in settings page but nothing happened thumbnails pixel in home page.
Title: Re: How can i increase thumbnail image size pixels?
Post by: V@no on January 31, 2012, 05:47:54 PM
You'll need rebuild thumbnails. There is a plugin for that.
Title: Re: How can i increase thumbnail image size pixels?
Post by: jimraynor on January 31, 2012, 08:05:07 PM
THANK YOU SO MUCH. I FOUND IT.

http://www.4homepages.de/forum/index.php?topic=7059.0

------
v@no hello again. i have tried the plugin yesterday everything works fine. but i have a problem like that: when i upload new images it is going to resize thumbnails as 100pixels and i tried to changed settings to 140 pixels from admin panel but again nothing changed.

How can i fix this problem?

Title: Re: How can i increase thumbnail image size pixels?
Post by: V@no on February 02, 2012, 04:00:50 AM
Make sure "Thumbnail size in pixel" set to 140
Title: Re: How can i increase thumbnail image size pixels?
Post by: jimraynor on February 02, 2012, 12:07:39 PM
Yes i'm sure. (http://desmond.imageshack.us/Himg193/scaled.php?server=193&filename=surea.png&res=medium)
Title: Re: How can i increase thumbnail image size pixels?
Post by: V@no on February 03, 2012, 02:13:53 AM
These settings only apply if 4images automatically create thumbnails from uploaded image, it does not resize uploaded thumbnails.
Title: Re: How can i increase thumbnail image size pixels?
Post by: jimraynor on February 03, 2012, 04:28:09 PM
i dont want to resize my thumbnail. your plugin did it already. i want when i upload a new image and i clicked Auto-Thumbnailer link system created 90px thumbnails. but i want 140px my new thumbnails.
Title: Re: How can i increase thumbnail image size pixels?
Post by: V@no on February 04, 2012, 05:36:50 PM
The mentioned plugin as well as the uploading through members upload page uses 4images settings for it's auto thumbnail size. The plugin however allow you change that number at it's initial page (where you chose category, etc) without changing any "global" settings.

The only way your thumbnails generated smaller then the set dimensions in the the settings is when your original image is too small. 4images does not scale images. Or something changed in your 4images code.
Title: Re: How can i increase thumbnail image size pixels?
Post by: mawenzi on February 05, 2012, 01:31:47 PM
@jimraynor ...
... maybe this is what you are searching ...

[MOD] Second Thumbnail Size : http://www.4homepages.de/forum/index.php?topic=25017.0
Title: Re: How can i increase thumbnail image size pixels?
Post by: jimraynor on February 10, 2012, 12:49:51 PM
i solved my problem.

i found thumbnailler.php

find
Code: [Select]
echo "<td colspan=\"2\"><p><input type=\"text\" size=\"$textinput_size\" name=\"dimension\" value=\"100\"></p></td>\n</tr>\n";
and change value 100 to 140

   
Code: [Select]
echo "<td colspan=\"2\"><p><input type=\"text\" size=\"$textinput_size\" name=\"dimension\" value=\"140\"></p></td>\n</tr>\n";
Thanks anyway.

Best wishes..