Skip to content

Commit

Permalink
Merge pull request #808 from IATI/issue-805
Browse files Browse the repository at this point in the history
Increase resolution of news images used
  • Loading branch information
jarofgreen authored Feb 19, 2025
2 parents 93ce5b8 + dd3e3ce commit 9f0bdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iati/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ def globals(request):
'iati_tools_srcs': 'width-80 80w, width-150 150w, width-110 110w',
'iati_tools_sizes': '(max-width: 499px) 16vw, (max-width: 779px) 20vw, (min-width: 780px) 10vw',
'iati_news_srcs': 'width-440 440w, width-720 720w, width-420 420w, width-130 130w, width-155 155w',
'iati_news_sizes': '(max-width: 779px) 90vw, (max-width: 949px) 44vw, (min-width: 950px) 10vw',
'iati_news_sizes': '(max-width: 779px) 90vw, (max-width: 999px) 60vw, (min-width: 950px) 41vw',
'testimonial_srcs': 'fill-55x60 55w, fill-80x90 80w, fill-50x60 70w, fill-60x70 60w',
'testimonial_sizes': '(max-width: 779px) 11vw, (min-width: 780px) 5vw',
'featured_srcs': 'fill-120x250 950w',
'news_list_srcs': 'width-440 440w, width-720 720w, width-570 570w, width-210 210w, width-260 260w',
'news_list_sizes': '(max-width: 779px) 90vw, (max-width: 949px) 60vw, (min-width: 950px) 21vw',
'news_list_sizes': '(max-width: 779px) 90vw, (max-width: 999px) 60vw, (min-width: 950px) 41vw',
'news_featured_srcs': 'width-440 440w, width-720 720w, width-600 600w, width-500 500w',
'news_featured_sizes': '(max-width: 779px) 90vw, (max-width: 999px) 60vw, (min-width: 950px) 41vw',
'related_srcs': 'width-440 440w, width-720 720w, width-420 420w, width-155 155w, width-190 190w',
Expand Down

0 comments on commit 9f0bdf3

Please sign in to comment.