I want to quantify my v-img like the one you see in the image below.
Is there a way to make something like the image you see with vuetify's v-img.
<div class="row">
<v-img style="margin:2px" max-height="301" max-width="380"
:key="index" v-for="(image, index) in post.userPostImg"
:src="$store.state.baseURL + '/news/' + image"> </v-img>
</div>

Create two rows with
no-guttersprop, the first one contains one image and the other one contains three columns that conain the 3 images :LIVE DEMO