Viewing 1 replies (of 1 total)
  • mboss97

    (@mboss97)

    You can change the size of the images by editing the src attribute for the image.

    src="' . sInstCache( $data['data'][$i]['images']['thumbnail']['url'], "303" ) . '"

    Just change thumbnail to standard_resolution like below.

    src="' . sInstCache( $data['data'][$i]['images']['standard_resolution']['url'], "303" ) . '"

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail Quality’ is closed to new replies.