Wallpaper Script Forum » How-To and Troubleshooting

Changing Thumbnail size ?

(4 posts)
  • Started 1 year ago by abiji
  • Latest reply from hdwallpapers

Tags:

  1. 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 ?

    Posted 1 year ago #
  2. calimero999
    Member

    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

    Posted 1 year ago #
  3. leahn88
    Member

    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 ?

    Posted 1 year ago #
  4. hdwallpapers
    Member

    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...).

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.