Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 drupal 会为我上传的图片创建缩略图(缩略图、中号和大号)。我怎样才能阻止drupal创建这些?
我不想要重新调整尺寸的图像,我想要原始尺寸。
PS:Drupal 为每个上传的图像创建 3 个图像,所以对我来说有很多节点。
非常感谢您!
直到您第一次使用它们时才会生成图像样式。因此,如果您只在主题和管理中使用原始图像,则永远不会创建thumbnail,medium和图像。large
thumbnail
medium
large
要在后端使用原始图像,您必须转到structure/types/manage/<contentent_type>/display并更改用于显示字段的图像样式。
structure/types/manage/<contentent_type>/display