Skip to content

Setting skip_original to true should return the image resized to maximum allowed dimensions by default. #184

@hakakou

Description

@hakakou

Assume I don't want users downloading the original image, neither in it's original size. I suggest that if the following options are set, then calling "image.jpg" without any parameters, should resize to the max_width and max_height.

return array(
    'max_width'     => 1500,
    'max_height'    => 1500,
    'skip_original' => true,
);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions