Skip to content

Commit fb09066

Browse files
committed
chore: unbreak images in prototypes by replacing no longer working placeholder.com
See also: https://www.itisuniqueofficial.com/2025/05/img-itisuniqueofficial-com-documentation.html
1 parent 7126544 commit fb09066

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/main/webapp/WEB-INF/views/collection/info.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
137137
th:with="desc=|${series.category}, ${series.country != null ? series.country + ', ' : ''}${series.releaseYear != null ? series.releaseYear + ', ' : ''}${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}${not series.perforated ? ' (__#{t_wo_perforation_short}__)' : ''}|">
138138

139139
<a href="../series/info.html" th:href="@{${INFO_SERIES_PAGE}(id=${series.id})}">
140-
<img src="http://via.placeholder.com/250"
140+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
141141
alt="Prehistoric animals, Italy, 1999, 7&nbsp;stamps (imperf.)"
142142
title="Prehistoric animals, Italy, 1999, 7&nbsp;stamps (imperf.)"
143143
loading="lazy"
@@ -164,7 +164,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
164164
</figure>
165165
<figure>
166166
<a href="../series/info.html">
167-
<img src="http://via.placeholder.com/250"
167+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
168168
alt="Prehistoric animals, Italy, 22&nbsp;stamps"
169169
title="Prehistoric animals, Italy, 22&nbsp;stamps"
170170
loading="lazy" />
@@ -173,7 +173,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
173173
</figure>
174174
<figure>
175175
<a href="../series/info.html">
176-
<img src="http://via.placeholder.com/250"
176+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
177177
alt="Cartoons, Italy, 2005, 5&nbsp;stamps"
178178
title="Cartoons, Italy, 2005, 5&nbsp;stamps"
179179
loading="lazy" />
@@ -182,7 +182,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
182182
</figure>
183183
<figure>
184184
<a href="../series/info.html">
185-
<img src="http://via.placeholder.com/250"
185+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
186186
alt="Prehistoric animals, Italy, 22&nbsp;stamps"
187187
title="Prehistoric animals, Italy, 22&nbsp;stamps"
188188
loading="lazy" />
@@ -195,7 +195,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
195195
</figure>
196196
<figure>
197197
<a href="../series/info.html">
198-
<img src="http://via.placeholder.com/250"
198+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
199199
alt="Prehistoric animals, Italy, 1983, 5&nbsp;stamps"
200200
title="Prehistoric animals, Italy, 1983, 5&nbsp;stamps"
201201
loading="lazy" />
@@ -204,7 +204,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
204204
</figure>
205205
<figure>
206206
<a href="../series/info.html">
207-
<img src="http://via.placeholder.com/250"
207+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
208208
alt="Famous People, Italy, 2003, 4&nbsp;stamps"
209209
title="Famous People, Italy, 2003, 4&nbsp;stamps"
210210
loading="lazy" />
@@ -213,7 +213,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
213213
</figure>
214214
<figure>
215215
<a href="../series/info.html">
216-
<img src="http://via.placeholder.com/250"
216+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
217217
alt="Sport, Italy, 1996, 1&nbsp;stamp"
218218
title="Sport, Italy, 1996, 1&nbsp;stamp"
219219
loading="lazy" />

src/main/webapp/WEB-INF/views/country/info.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
9393
th:with="desc=|${series.category}, ${series.releaseYear != null ? series.releaseYear + ', ' : ''}${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}${not series.perforated ? ' (__#{t_wo_perforation_short}__)' : ''}|">
9494

9595
<a href="../series/info.html" th:href="@{${INFO_SERIES_PAGE}(id=${series.id})}">
96-
<img src="http://via.placeholder.com/250"
96+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
9797
th:with="label=|${countryName}, ${desc}|"
9898
alt="Italy, Prehistoric animals, 1999, 7&nbsp;stamps (imperf.)"
9999
title="Italy, Prehistoric animals, 1999, 7&nbsp;stamps (imperf.)"
@@ -113,7 +113,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
113113
</figure>
114114
<figure>
115115
<a href="../series/info.html">
116-
<img src="http://via.placeholder.com/250"
116+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
117117
alt="Italy, Prehistoric animals, 22&nbsp;stamps"
118118
title="Italy, Prehistoric animals, 22&nbsp;stamps"
119119
loading="lazy" />
@@ -122,7 +122,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
122122
</figure>
123123
<figure>
124124
<a href="../series/info.html">
125-
<img src="http://via.placeholder.com/250"
125+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
126126
alt="Italy, Cartoons, 2005, 5&nbsp;stamps"
127127
title="Italy, Cartoons, 2005, 5&nbsp;stamps"
128128
loading="lazy" />
@@ -131,7 +131,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
131131
</figure>
132132
<figure>
133133
<a href="../series/info.html">
134-
<img src="http://via.placeholder.com/250"
134+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
135135
alt="Italy, Prehistoric animals, 22&nbsp;stamps"
136136
title="Italy, Prehistoric animals, 22&nbsp;stamps"
137137
loading="lazy" />
@@ -140,7 +140,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
140140
</figure>
141141
<figure>
142142
<a href="../series/info.html">
143-
<img src="http://via.placeholder.com/250"
143+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
144144
alt="Italy, Prehistoric animals, 1983, 5&nbsp;stamps"
145145
title="Italy, Prehistoric animals, 1983, 5&nbsp;stamps"
146146
loading="lazy" />
@@ -149,7 +149,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
149149
</figure>
150150
<figure>
151151
<a href="../series/info.html">
152-
<img src="http://via.placeholder.com/250"
152+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
153153
alt="Italy, Famous People, 2003, 4&nbsp;stamps"
154154
title="Italy, Famous People, 2003, 4&nbsp;stamps"
155155
loading="lazy" />
@@ -158,7 +158,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
158158
</figure>
159159
<figure>
160160
<a href="../series/info.html">
161-
<img src="http://via.placeholder.com/250"
161+
<img src="https://img.itisuniqueofficial.com/?width=250&height=250"
162162
alt="Italy, Sport, 1996, 1&nbsp;stamp"
163163
title="Italy, Sport, 1996, 1&nbsp;stamp"
164164
loading="lazy" />

0 commit comments

Comments
 (0)