diff --git a/routes/_components/LazyImage.html b/routes/_components/LazyImage.html new file mode 100644 index 00000000..3cb3149e --- /dev/null +++ b/routes/_components/LazyImage.html @@ -0,0 +1,47 @@ +
+ {{#if displaySrc}} + {{alt || ''}} + {{/if}} +
+ + \ No newline at end of file diff --git a/routes/_components/NonAutoplayGifv.html b/routes/_components/NonAutoplayGifv.html index dd48e579..e3b10f70 100644 --- a/routes/_components/NonAutoplayGifv.html +++ b/routes/_components/NonAutoplayGifv.html @@ -17,14 +17,15 @@ playsinline /> {{else}} - {{label}} + {{/if}} @@ -39,9 +40,9 @@ \ No newline at end of file diff --git a/routes/_components/status/Media.html b/routes/_components/status/Media.html index 6be80941..027e334f 100644 --- a/routes/_components/status/Media.html +++ b/routes/_components/status/Media.html @@ -6,13 +6,14 @@ style="width: {{inlineWidth}}px; height: {{inlineHeight}}px;" > - {{media.description || ''}} {{else}} @@ -48,25 +49,23 @@ playing="{{mouseover}}" /> {{else}} - {{media.description || ''}} {{/if}} {{/if}} \ No newline at end of file