Skip to content

Instantly share code, notes, and snippets.

@bfintal
Created April 20, 2015 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfintal/245eb5d9abe83f9da46d to your computer and use it in GitHub Desktop.
Save bfintal/245eb5d9abe83f9da46d to your computer and use it in GitHub Desktop.
// line 436
// return wp_get_attachment_image_src( $id, 'full' );
return wp_get_attachment_image_src( $id, array( 1600, 1100 ) );
// line 447
// return wp_get_attachment_image_src( $attachmentID, 'full' );
return wp_get_attachment_image_src( $attachmentID, array( 1600, 1100 ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment