Files
adamantium/app/templates/shared/_photo_post.html.slim

4 lines
229 B
Plaintext

div class="rounded max-w-xs"
a href="#{post.permalink}"
img class="rounded object-cover transition-transform transform-gpu ease-out hover:scale-105 h-48 w-48" src="#{post.photos[0]["value"]}" alt="#{post.photos[0]["alt"]}"