How can you insert multiple images on a slide in Marp / Markdown at different locations? I got some success using something like this, but it works only for 1 image:
<!-- _footer: "" -->
<style>
footer {
height: 400px;
margin-bottom: 280px;
}
footer img {
height: 400px;
float: right;
}
</style>
Tried using footer code but only works for 1 image
I managed to find a solution: