[fix] image hotlinking
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<div id="content" class="h-full flex flex-col overflow-auto rounded bg-secondary px-6 pt-6 gap-4 my-3">
|
||||
<div class="flex justify-center w-full">
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v={{ metadata.video_id }}">
|
||||
<img class="h-32 rounded" src="https://i.ytimg.com/vi_webp/{{ metadata.video_id }}/maxresdefault.webp"></img>
|
||||
<img class="h-32 aspect-video object-cover rounded" src="https://i1.ytimg.com/vi/{{ metadata.video_id }}/hqdefault.jpg"></img>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mx-auto flex justify-center gap-4 italic">
|
||||
|
||||
Reference in New Issue
Block a user