Zeynel
Zeynel

Reputation: 13525

Django thumbnails from urls

I have this Wordpress.com site with thumbnails of themes. I thought about creating a similar site with Django. Instead of using the thumbnail images from the Wordpress gallery as in the page above, I want to have thumbnails of actual blogs. Is there a way to display thumbnails from urls?

Thank you.

Upvotes: 0

Views: 1285

Answers (1)

Dmitry Shevchenko
Dmitry Shevchenko

Reputation: 32424

There's nothing django-related here, consider this question How can I take a screenshot/image of a website using Python?

Upvotes: 2

Related Questions