mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 15:25:19 +05:30
11 lines
315 B
HTML
11 lines
315 B
HTML
<div class="flex justify-center my-4">
|
|
<img
|
|
src="{{ get_url(path=url) | safe }}"
|
|
alt="{{ page.title }}"
|
|
class="max-w-full max-h-100 object-cover border border-gray-600 rounded-2xl"
|
|
loading="lazy"
|
|
decoding="async"
|
|
onclick="openFullscreenImage(this)"
|
|
/>
|
|
</div>
|