summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/box_construct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 9c5488d9e..e214edfa6 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -517,7 +517,8 @@ bool box_construct_element(xmlNode *n, struct content *content,
if (!html_fetch_object(content,
lwc_string_data(image_uri),
marker,
- 0, content->available_width,
+ image_types,
+ content->available_width,
1000, false))
return false;
}