在 djangocms-picture 中如何设置默认的最大图像尺寸?

问题描述

我想在 djangocms-picture 插件中设置认的最大图像尺寸。 我想在模板级别执行此操作。

这个简单的模板例如:

{% load thumbnail %}
<img src="{% thumbnail instance.img_src 'golden_ratio_xlarge' %}">

出现此错误

SuspicIoUsFileOperation at /en/

The joined path (/media/filer_public_thumbnails/filer_public/a3/07/a3073ea1-a798-43c0-869f-689de5f53e7e/sawa.png__420x233_q85_subsampling-2.png) is located outside of the base path component (/home/mogoh/src/git.noc.ruhr-uni-bochum.de/ceres/website/ceres/media)

解决方法

我已经解决了这个问题。

重要事项