diff --git a/src/InstagramScraper/Model/Media.php b/src/InstagramScraper/Model/Media.php index 74f18a5b..87213b71 100644 --- a/src/InstagramScraper/Model/Media.php +++ b/src/InstagramScraper/Model/Media.php @@ -480,6 +480,9 @@ protected function initPropertiesCustom($value, $prop, $arr) $this->type = static::TYPE_IMAGE; } break; + case 'thumbnail_src': + $this->imageThumbnailUrl = $value; + break; case 'carousel_media': $this->type = self::TYPE_CAROUSEL; $this->carouselMedia = [];