Add a max-width on thumbnails
This commit is contained in:
parent
139568f85e
commit
9e71b946e3
@ -15,7 +15,7 @@
|
||||
|
||||
<template v-if="photo">
|
||||
<br/>
|
||||
<img :src="photo" height=200 />
|
||||
<img :src="photo" height="200" style="max-width: 25vw" />
|
||||
</template>
|
||||
|
||||
<template v-if="showNotes">
|
||||
|
Loading…
Reference in New Issue
Block a user