how to get original image using wp_get_attachment_image_src

Try this :

wp_get_attachment_image_src( $PriImgId, 'full' );

Also, for more options see the Codex.

Leave a Comment