datasette-render-images icon indicating copy to clipboard operation
datasette-render-images copied to clipboard

Add files via upload

Open kevin-ng opened this issue 2 years ago • 0 comments

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 } } }

kevin-ng avatar Dec 12 '22 04:12 kevin-ng