smaller images

This commit is contained in:
Philipp Kühn
2020-10-28 08:53:03 +01:00
parent 20809b9be1
commit 4a78ad1523

View File

@@ -44,8 +44,8 @@ export default {
], ],
content: ` content: `
<p>This is a basic example of implementing images. Drag to re-order.</p> <p>This is a basic example of implementing images. Drag to re-order.</p>
<img src="https://source.unsplash.com/8xznAGy4HcY/800x600" /> <img src="https://source.unsplash.com/8xznAGy4HcY/800x400" />
<img src="https://source.unsplash.com/K9QHL52rE2k/800x600" /> <img src="https://source.unsplash.com/K9QHL52rE2k/800x400" />
`, `,
}) })
}, },