Eric
Eric

Reputation: 793

Fetching an image preview/snapshot from url

I'm working on a site where users can showcase their websites, i want an image preview/snapshot of their main page displayed after they submit a url, what is the easiest way to do this in rails?

Upvotes: 0

Views: 74

Answers (1)

Ritesh katare
Ritesh katare

Reputation: 140

Use Ruby gem https://github.com/gottfrois/link_thumbnailer that generates thumbnail images from a given URL

Upvotes: 1

Related Questions