gpt4 book ai didi

django - 在 Django 模板中访问 ImageField 上的图像尺寸?

转载 作者:行者123 更新时间:2023-12-03 11:51:50 26 4
gpt4 key购买 nike

我有 ImageField在我的模型中,我可以在模板中显示图像。但是,如何检索图像的高度和宽度?

最佳答案

请参阅 ImageField 的文档.

In addition to the special attributes that are available for FileField, an ImageField also has height and width attributes.



所以只需执行以下操作:
<img src="{{ image.url }}" width="{{ image.width }}" height="{{ image.height }}"/>

关于django - 在 Django 模板中访问 ImageField 上的图像尺寸?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5522611/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com