django-pictures
django-pictures copied to clipboard
Responsive cross-browser image library using modern codes like AVIF & WebP
This adds a small JS snipped to the README. This snippet helps with the extraction of the wanted source set for the picture.
Hey Johannes, thanks again for the lib! In my use case, I had my async worker failed several times due to the memory issues when migrating via `AlterPictureField`. As a...
* perform delete IO async * create only newly added sizes * delete only obsolete file sizes * create sizes from an in-memory copy of the file
When I just adopted the examples given in the README like ``` logo = PictureField( upload_to='logo', blank=True, null=True) ``` I got thiese warnings: ``` `WARNINGS: techtree.Item.logo: (fields.E101) width_field and height_field...