From 28a41d61c746d51774a4bf7a6f1dc5cdb658a64e Mon Sep 17 00:00:00 2001 From: Bratislava <33171077+lewisjiang@users.noreply.github.com> Date: Sat, 8 Jul 2023 14:09:42 +0800 Subject: [PATCH] perf(route/reuters): use downsized pictures from Reuters (#12766) * perf(route/reuters): use downsized pictures from Reuters * perf(route/reuters): use 1920w pictures from Reuters --- lib/v2/reuters/templates/description.art | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/v2/reuters/templates/description.art b/lib/v2/reuters/templates/description.art index adbc3ad17..da5686643 100644 --- a/lib/v2/reuters/templates/description.art +++ b/lib/v2/reuters/templates/description.art @@ -9,7 +9,7 @@ Summary: {{ each result.related_content.galleries g }} {{ each g.content_elements e }} {{ if e.type === 'image' }} -
{{ e.alt_text }} +
{{ e.alt_text }}
{{ e.caption }}
{{ /if }} @@ -17,7 +17,7 @@ Summary: {{ /each }} {{ each result.related_content.images i }} {{ if i.type === 'image' }} -
{{ i.alt_text }} +
{{ i.alt_text }}
{{ i.caption }}
{{ /if }}