Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 138: | Rivi 138: | ||
image: value, | image: value, | ||
success: function( reqImg ) { | success: function( reqImg ) { | ||
console.log( reqImg ); | |||
apicounter++; | apicounter++; | ||
if ( typeof reqImg.query != 'undefined' ) { | if ( typeof reqImg.query != 'undefined' ) { | ||
for ( var i in reqImg.query.pages ) { | for ( var i in reqImg.query.pages ) { | ||
if ( typeof reqImg.query.pages[i].imageinfo != 'undefined' ) { | if ( typeof reqImg.query.pages[i].imageinfo != 'undefined' ) { | ||
console.log( reqImg.query.pages[i].imageinfo[0] ); | //console.log( reqImg.query.pages[i].imageinfo[0] ); | ||
if ( reqImg.query.pages[i].imageinfo[0].width >= 1500 && | if ( reqImg.query.pages[i].imageinfo[0].width >= 1500 && | ||
reqImg.query.pages[i].imageinfo[0].height >= 500 ) { | reqImg.query.pages[i].imageinfo[0].height >= 500 ) { | ||


