datasette-render-images
datasette-render-images copied to clipboard
Add files via upload
Add support for new configurable option width and height, which are the width and height of images to be rendered by this plugin. Default width and height are both 300. Sample metadata.json file would look like { "plugins": { "datasette-render-images": { "size_limit": 1000000, "width": 300, "height" : 200 } } }