php - How to get the thumbnail image in full size? -
i having problem size of thumbnail. code using :
wp_get_attachment_image_src( $v, array(200,200));
need actual size image.
please utilize :
wp_get_attachment_image_src( $v, 'full' );
"$v" should attachment id. hope work you.
php wordpress
No comments:
Post a Comment