Skip to content

Commit 174a242

Browse files
committed
chore: add width and height to images
1 parent 4236bab commit 174a242

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

frontend/src/components/HomePage/Features.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ import { hidden } from '@/utils.js'
4646
</div>
4747
<img
4848
v-if="!hidden"
49+
width="376"
50+
height="327"
4951
src="/images/features.webp"
5052
alt="Features"
51-
class="h-auto"
5253
fetchpriority="low"
5354
/>
5455
</div>
@@ -67,6 +68,8 @@ import { hidden } from '@/utils.js'
6768
<img
6869
v-if="!hidden"
6970
src="/images/configuration.webp"
71+
width="382"
72+
height="245"
7073
alt="configuration"
7174
fetchpriority="low"
7275
/>

frontend/src/components/HomePage/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const triggerConfetti = () => {
8383
v-if="!hidden"
8484
class="before:pointer-events-none before:absolute before:bottom-[18rem] before:right-[-30px] before:-z-10 before:h-[400px] before:w-[400px] before:rounded-full before:bg-[#A80026]/40 before:blur-[200px] before:content-['']"
8585
>
86-
<img src="/images/ValoryLogo3D.webp" height="321" alt="Valory 3D" fetchpriority="high" />
86+
<img src="/images/ValoryLogo3D.webp" height="321" width="314" alt="Valory 3D" fetchpriority="high" />
8787
</div>
8888
</section>
8989
</template>

0 commit comments

Comments
 (0)