Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support thumbnail using width value only #569

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2018

  1. Support thumbnail using width value only

    # Supported for geometry_string value options widthx, xheight and widthxheight earlier it was not supporting widthx
    eg:- 1. 400x600 (resize image with width 400 and height 600)
    2. 400x (resize image with width 400 and keep height in proportion to original image)
    3 x600 (resize image with height 600 and keep width in proportion to original image)
    avirepo authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    0ddf497 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    e5dc841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3daa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    c2deed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a87f352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a49fbd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    04ef7b5 View commit details
    Browse the repository at this point in the history