When trying to get images from web page using cheerio and these images displayed using lazy load style the scraped images not the real one exist in web page. All images displayed with base64 encode and this not a real image it's the effect of lazy load. How can i solve this problem and get the real images which appears after scroll the web page ? all scraped images appears like this
<img class="card-img-top" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX/TQBcNTh/AAAAAXRSTlMAQObYZgAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=" id="card-img">