fix: add missing alt text to images
This commit is contained in:
parent
cae7c1778f
commit
46a7b2833d
1 changed files with 10 additions and 3 deletions
|
@ -29,7 +29,10 @@ const colors = [
|
|||
"
|
||||
type="image/webp"
|
||||
/>
|
||||
<img src="@/assets/viktor-ref-SFW-alpha.png?w=700&png" alt="" />
|
||||
<img
|
||||
src="@/assets/viktor-ref-SFW-alpha.png?w=700&png"
|
||||
alt="Viktor Ref by sabertoofs"
|
||||
/>
|
||||
|
||||
<template #caption>
|
||||
Viktor Ref © <a href="http://twitter.com/sabertoofs">sabertoofs</a>
|
||||
|
@ -68,10 +71,14 @@ const colors = [
|
|||
@/assets/viktor-front-SFW-alpha.png?w=400;700;1000&webp&quality=100&srcset
|
||||
"
|
||||
/>
|
||||
<img src="@/assets/viktor-front-SFW-alpha.png?w=700&png" alt="" />
|
||||
<img
|
||||
src="@/assets/viktor-front-SFW-alpha.png?w=700&png"
|
||||
alt="Viktor frontal shot by sabertoofs"
|
||||
/>
|
||||
|
||||
<template #caption>
|
||||
Viktor Ref © <a href="http://twitter.com/sabertoofs">sabertoofs</a>
|
||||
Viktor frontal shot ©
|
||||
<a href="http://twitter.com/sabertoofs">sabertoofs</a>
|
||||
</template>
|
||||
</RefImage>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue