How to get full image sizes from attach_image field
-
Hi there, currently image output size 150×150. But i want to get full size of image sizes not crop image sizes.
my code is:
$before_image = wp_get_attachment_image_src( $before_image );
$before_image[0]
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get full image sizes from attach_image field’ is closed to new replies.