Aleksei
Results
1
comments of
Aleksei
Hello, in the current version (0.3.12) While working I found out that getPictureHtmlFromImage method returns empty string if img has only data-src attribute. ``` $imageUrl = $image->getAttribute('src'); if (!$this->isAllowedByImageUrl($imageUrl)) {...