Skip to content

Commit 7c4d4ea

Browse files
✨ Update featured sponsor images with specified dimensions for improved display
1 parent c96246a commit 7c4d4ea

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

resources/views/components/sponsors/lists/docs/featured-sponsors.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ class="inline-grid h-16 w-full shrink-0 place-items-center rounded-2xl bg-gray-1
1010
alt="BeyondCode company logo - featured sponsor"
1111
class="block h-auto max-h-8 max-w-full dark:hidden"
1212
loading="lazy"
13+
width="128"
14+
height="32"
1315
/>
1416
<img
1517
src="/img/sponsors/beyondcode-dark.png"
1618
alt="BeyondCode company logo - featured sponsor"
1719
class="hidden h-auto max-h-8 max-w-full dark:block"
1820
loading="lazy"
21+
width="128"
22+
height="32"
1923
/>
2024
<span class="sr-only">BeyondCode</span>
2125
</a>

resources/views/components/sponsors/lists/home/featured-sponsors.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ class="inline-grid h-32 w-60 shrink-0 place-items-center rounded-2xl bg-gray-100
1414
class="block h-auto max-h-10 max-w-full dark:hidden"
1515
loading="lazy"
1616
alt="BeyondCode logo - PHP development tools and packages"
17+
width="160"
18+
height="40"
1719
/>
1820
<img
1921
src="/img/sponsors/beyondcode-dark.png"
2022
class="hidden h-auto max-h-10 max-w-full dark:block"
2123
loading="lazy"
2224
alt="BeyondCode logo - PHP development tools and packages"
25+
width="160"
26+
height="40"
2327
/>
2428
<span class="sr-only">BeyondCode</span>
2529
</a>

0 commit comments

Comments
 (0)