I've searched the forum and I can't find this information. I would like to change the default size of the preview thumbnails. Anyone??
Wallpaper Script Forum » How-To and Troubleshooting
Thumbnail size change?
(10 posts)-
Posted 2 years ago #
-
Hi,
You can change the thumbnails size from config.php. The first value from the array is the small thumbnail and the second is the details thumbnail.
Posted 2 years ago # -
Thanks for the response! Changing the values in the array does resize the thumbnail but it stretches the preview too. I was attempting the make the thumbnails longer to show more of the wallpaper, but it simply stretches the wallpaper preview without showing anymore of it. Anyway around this?? Regards.
Posted 2 years ago # -
Can you show me exactly what you want and what is happening?
Posted 2 years ago # -
In the config file I went to:
//2 on row
$thumbnails = array(array("width" => "270", "height" => "203"), array("width" => "270", "height" => "203"));
//4 on row
$thumbnails = array(array("width" => "125", "height" => "94"), array("width" => "270", "height" => "203"));
//3 on row
$thumbnails = array(array("width" => "175", "height" => "131"), array("width" => "270", "height" => "203"));and changed the array for 3 row thumbs to:
//3 on row
$thumbnails = array(array("width" => "175", "height" => "261"), array("width" => "270", "height" => "203"));The photo 'Car0' shows the thumbnails before changing the config file:
The photo 'Car1' shows the effect of the change:
Photo 'Car2' shows what I want it to look like:
Changing that array stretched the thumbnail image itself instead of stretching the canvas to show more of the image.
Posted 2 years ago # -
Hi cde010, do you want 4 on row like on my site http://www.wallpaper.rs ?
Posted 2 years ago # -
hi natasha can u tell me how u change ur thunail view 3 to 4 in a row
Posted 2 years ago # -
Hi natasha. No, I am trying to make the thumbnails longer to show more of the wallpaper. Thanks.
Posted 2 years ago # -
UP, if someone have the answer to this question, it's exactly what i am trying to do :)
Posted 1 year ago # -
Is there really no solution to this problem? I would like to change my thumbnails to a 16x10 format, but encounter the same problem.
Posted 1 year ago #
Reply
You must log in to post.



