The AMP Validator reports a subset of the issues that Google Search Console flags. Google Search has additional requirements beyond AMP in order to best integrate AMP results into Google’s search results. So that is why there is a discrepancy.
The AMP plugin returns the full (original) image as uploaded to WordPress: https://github.com/ampproject/amp-wp/blob/42fe1c1b24d848a2ef599ee47cc9e052faa05411/includes/amp-helper-functions.php#L798-L807
@strictlyonlinebiz In your schema.org metadata I see:
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"author": {
"@type": "Person",
"name": "Udegbunam Chukwudi Emmanuel"
},
"dateModified": "2018-09-26T10:07:46+00:00",
"datePublished": "2017-08-14T15:00:41+00:00",
"headline": "Solved: This Item Isn’t Available In Your Country – No Root No VPN",
"image": {
"@type": "ImageObject",
"height": 640,
"url": "https://i2.wp.com/www.patchworkoftips.com/blackbee/wp-content/uploads/2017/08/This-Item-Isnt-Available-In-Your-Country-1.png?fit=360%2C640&ssl=1",
"width": 360
},
"mainEntityOfPage": "https://www.patchworkoftips.com/solved-this-item-isnt-available-in-your-country-no-root-no-vpn/7101/",
"publisher": {
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"height": 32,
"url": "https://i2.wp.com/www.patchworkoftips.com/blackbee/wp-content/uploads/2016/12/cropped-CHEW.png?fit=32%2C32&ssl=1",
"width": 32
},
"name": "Patchwork Of Tips"
}
}
Note the image
is only 360×640 at the original resolution. One solution would be to add letterboxing to the image to add margin to either side. This will require you to re-upload the image, however.