responsive and config
This commit is contained in:
parent
e74c6a5a23
commit
5f4aedff31
10 changed files with 54 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<NuxtPicture
|
||||
loading="lazy"
|
||||
class="w-full md:w-1/2 md:min-w-[50%] h-fit object-cover object-center mx-auto"
|
||||
class="w-full lg:w-1/2 lg:min-w-[50%] h-fit object-cover object-center mx-auto"
|
||||
:src="baseUrl + data?.image.url"
|
||||
:imgAttrs="{ class: 'w-full h-fit object-cover object-center' }"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue