• Hello everybody,
    Is there any php code to enlarge image? For example, my original image is set to 300×400, can I enlarge the resolution to 400×500 or any size I want?
    I want to create custom thumbnail for my image,
    for eg if I want 1500×1200 I use this code:

    add_image_size( ‘customresolution’, ‘1500’, ‘1200’, true );

    but, when the original image resolution is smaller than the custom image that I want, the code don’t work.

  • The topic ‘Is there any php code to enlarge image?’ is closed to new replies.