Development

#645 ([PATCH])

You must first sign up to be able to contribute.

Ticket #645 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 2 years ago

[PATCH]

Reported by: gimler Assigned to:
Priority: minor Milestone: 0.6.3
Component: Version: 0.7.X
Keywords: Cc:
Qualification:

Description

now you can set a explicit width or height

//example for explicit width:
$thumb = new sfThumbnail(280, NULL, TRUE);

//example for explicit height:
$thumb = new sfThumbnail(NULL, 200, TRUE);

Change History

06/21/06 08:14:10 changed by fabien

  • status changed from new to closed.
  • resolution set to duplicate.
  • milestone set to 0.6.3.