Skip to content

Commit 005292d

Browse files
committed
Enable lazyload for Listen on Apple image
1 parent ec0ed85 commit 005292d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<section id="app" class="text-center grayscale-bg" style="padding-top: 50px; padding-bottom: 100px;">
22
<h3 id="subscribe" style="text-align: center; padding-top: 50px; padding-bottom: 10px;">🎧 アプリで聴く</h3>
3-
<a href="https://podcasts.apple.com/us/podcast/dojocast/id1458122473?itsct=podcast_box&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/listen-on-apple-podcasts/badge/ja-JP?size=250x83&amp;releaseDate=1596412800&h=47ef418d9788a856fa78aa97c154cfe5" alt="Listen on Apple Podcasts" style="border-radius: 13px; width: 250px; height: 83px;"></a>
3+
<a href="https://podcasts.apple.com/us/podcast/dojocast/id1458122473?itsct=podcast_box&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;">
4+
<%= lazy_image_tag('https://tools.applemediaservices.com/api/badges/listen-on-apple-podcasts/badge/ja-JP?size=250x83&amp;releaseDate=1596412800&h=47ef418d9788a856fa78aa97c154cfe5', alt: 'Listen on Apple Podcasts', style: 'border-radius: 13px; width: 250px; height: 83px;') %>
5+
</a>
46
</section>

0 commit comments

Comments
 (0)