how can pass height and width to the imagekit templatetag?

前端 未结 0 464
南笙
南笙 2021-01-31 02:13

views.py

class imagess(ImageSpec):
    processors = [SmartResize(100,100)]
    format = \'JPEG\'
    options = {\'quality\': 100}

register.gener         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题