I have just started using django imagekit. I have a list view page where the images are of dimensions 270 x 203 (30 KB approx.) and same images have a size of 570 x 427 (90 KB approx.) in the details view page.
I wanted to know;
- Should have create 2 different images for each image with different size and dimensions.
- if the answer to the 1st query is yes. How to do it on Django Imagekit.
PS: I am planning to use django Imagekit on the form level.