Reputation: 793
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
Reputation: 140
Use Ruby gem https://github.com/gottfrois/link_thumbnailer that generates thumbnail images from a given URL
Upvotes: 1