We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1dcda commit fcc8916Copy full SHA for fcc8916
masterclasses.md
@@ -215,7 +215,7 @@ You’re not alone. Need to streamline your workflows? We’ll be there in no ti
215
{% for masterclass in page.masterclasses %}
216
<li class="c-tile jsMasterclassItem">
217
<div class="c-tile__hero">
218
- <img src="/img/content/masterclass/{{ masterclass.image }}.jpg" alt class="c-tile__image" width="960" height="549" loading="lazy">
+ <img src="{{ site.cloudinary }}/img/content/masterclass/{{ masterclass.image }}.jpg" alt class="c-tile__image" width="960" height="549" loading="lazy">
219
</div>
220
<div class="c-tile__content">
221
<h3 class="c-tile__title">{{ masterclass.title }}</h3>
0 commit comments