diff --git a/routes/_components/LazyImage.html b/routes/_components/LazyImage.html
index 63c5c96..55b6291 100644
--- a/routes/_components/LazyImage.html
+++ b/routes/_components/LazyImage.html
@@ -5,6 +5,7 @@
class="{{hidden ? 'hidden' : ''}} {{className || ''}}"
aria-hidden="{{ariaHidden || ''}}"
alt="{{alt || ''}}"
+ title="{{alt || ''}}"
src="{{displaySrc}}"
:width
:height
diff --git a/routes/_components/NonAutoplayGifv.html b/routes/_components/NonAutoplayGifv.html
index 4fd50b9..61d3d20 100644
--- a/routes/_components/NonAutoplayGifv.html
+++ b/routes/_components/NonAutoplayGifv.html
@@ -13,7 +13,8 @@
/>
{{else}}
{{else}}
{{/if}}
diff --git a/routes/_components/status/Media.html b/routes/_components/status/Media.html
index 000a31c..c736087 100644
--- a/routes/_components/status/Media.html
+++ b/routes/_components/status/Media.html
@@ -7,7 +7,8 @@
>
{{else}}
{
.typeText(getNthMediaAltInput(1), 'kitten 1')
.click(composeButton)
.expect(getNthStatusAndImage(0, 0).getAttribute('alt')).eql('kitten 1')
+ .expect(getNthStatusAndImage(0, 0).getAttribute('title')).eql('kitten 1')
.expect(getNthStatusAndImage(0, 1).getAttribute('alt')).eql('kitten 2')
+ .expect(getNthStatusAndImage(0, 1).getAttribute('title')).eql('kitten 2')
})
test('uploads alts when deleting and re-uploading media', async t => {