I thought that would be so easy, but I cannot achieve the image alignment to the right... see this codepen:
https://codepen.io/slayerbleast/pen/KKVGgKO
The code:
<v-content>
<v-container>
<v-row
align="right"
align-content="right"
class="text-right"
>
<v-col class="text-right">
<v-img
max-height="200px"
max-width="200px"
src="https://picsum.photos/200/300"
align="right"
></v-img>
</v-col>
</v-row>
</v-container>
</v-content>
How can I align the image to the right inside the v-col