add_image_size
-
Hi,
it’s possible to create additional image size from another custom image size?
I mean, if i upload a picture with the uploader and i useif ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); add_image_size( 'my-custom-img', 980, 300, true ); //(cropped) }
is possible to retrive a proportional image size from my-custom-img?
Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘add_image_size’ is closed to new replies.