forked from trent_larson/crowd-funder-for-time-pwa
feat(feed): better image formatting, to take up the width of the feed container
This commit is contained in:
@@ -346,9 +346,9 @@
|
||||
</router-link>
|
||||
</span>
|
||||
</div>
|
||||
<div v-if="record.image" class="flex justify-center">
|
||||
<div v-if="record.image" class="w-full">
|
||||
<a :href="record.image" target="_blank">
|
||||
<img :src="record.image" class="h-48 mt-2 rounded-xl" />
|
||||
<img :src="record.image" class="w-full aspect-[3/2] object-cover rounded-xl mt-2" />
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user