Fix image viewer in news

This commit is contained in:
Chocobozzz 2019-10-23 13:54:26 +02:00
parent 16a961904e
commit c70dc4427a
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -70,7 +70,7 @@
</ul> </ul>
<figure> <figure>
<img :src="buildNewsImgUrl('release-1.4', 'account-creation.png')" alt="the new sign-up form in 2 steps"> <img @click="openModal" :src="buildNewsImgUrl('release-1.4', 'account-creation.png')" alt="the new sign-up form in 2 steps">
<figcaption>the new sign-up form in 2 steps</figcaption> <figcaption>the new sign-up form in 2 steps</figcaption>
</figure> </figure>
@ -86,7 +86,7 @@
</ul> </ul>
<figure> <figure>
<img :src="buildNewsImgUrl('release-1.4', 'share-popup.png')" alt="customization options when video sharing"> <img @click="openModal" :src="buildNewsImgUrl('release-1.4', 'share-popup.png')" alt="customization options when video sharing">
<figcaption>customization options when video sharing</figcaption> <figcaption>customization options when video sharing</figcaption>
</figure> </figure>