I am using google custom search API to show images, now I want to display both xxlarge, huge images in search results.
Custom search api link:
https://www.googleapis.com/customsearch/v1?key={your Key}&cx={Search Engine Id}&q=hello&searchType=image&alt=json&safe=high&filter=1&num=10&fileType=jpg& imgSize=huge&start=1
In the above link for image size currently I can get huge images, I want to include xxlarge images.