Question Rectangular (wide) thumbnails?

Status
Not open for further replies.

mistafro

Customer
Are you able to tell us a quick way to mod the thumbnail size to be rectangular as most thumbs that are square don't look good. I would benefit greatly from wider thumbs.
 
Open up /dbtech/downloads/core/class_resizer.php and make the following changes:

FIND:
Code:
$this->newimage = imagecreatetruecolor(100, 100);

Replace the 100, 100 with your width and height.

FIND
Code:
 imagecopyresampled($this->newimage, $this->image, 0, 0, 0, 0, 100, 100, $this->width, $this->height);

Change the 100, 100 with your width and height!

That should work for you :)
 
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,714
Customer rating
0.00 star(s) 0 ratings
Top