FIX: comment maria and matthias, add kevin, add hidpi
Add hidpi images of kevin, judith and customers. commented mathias and maria until new images are given
This commit is contained in:
parent
eb531e2783
commit
caa5d277dd
39 changed files with 48 additions and 22 deletions
|
@ -9,12 +9,7 @@
|
|||
height="50"
|
||||
:width="customer.logo.width"
|
||||
:alt="customer.name"
|
||||
:srcset="[
|
||||
getCustomerImage(customer.logo.src)('1x', true),
|
||||
getCustomerImage(customer.logo.src)('2x', true),
|
||||
getCustomerImage(customer.logo.src)('3x', true),
|
||||
].join(', ')"
|
||||
:src="getCustomerImage(customer.logo.src)('1x', false)"
|
||||
:src="`/img/customers/${customer.logo.src}.svg`"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -45,8 +40,6 @@
|
|||
<script setup lang="ts">
|
||||
import { css, pcss, html, js, njs, nuxt, scss, ts, tw, vue, flutter, dart, android } from '~/Skills'
|
||||
|
||||
const getCustomerImage = (img : string) => getImage('/img/customers/', img)
|
||||
|
||||
const customers = [
|
||||
{
|
||||
name: 'Bounce Commerce',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue