Guys any idea how i can change the thumbnails size the script is creating ?
Instead of 270 x 203 i want 109 x 159 etc ?
Guys any idea how i can change the thumbnails size the script is creating ?
Instead of 270 x 203 i want 109 x 159 etc ?
gon in config.php
and change this values:
//2 on row
$thumbnails = array(array("width" => "109 ", "height" => "159 "), array("width" => "270", "height" => "203"));
//4 on row
$thumbnails = array(array("width" => "109 ", "height" => "159 "), array("width" => "270", "height" => "203"));
//3 on row
$thumbnails = array(array("width" => "109 ", "height" => "159 "), array("width" => "270", "height" => "203"));
bye
I have a question though. Is it possible to have different sizes for different sections? I mean sections like Related wallpapers.
I have big thumbnails displayed in 2 rows and they are displayed the same on the related wallpapers. I don't like that because I want them to be smaller. Is that possible ?
Is there a way to modify the thumbs that is captured automatically by the script, because sometimes the thumb is cropped (resized) incorrect.
When i go in the thumbs directory and try to delete/overwrite the incorrect thumb give me an error (access denied...).
You must log in to post.