Implement code changes to enhance functionality and improve performance
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 332 KiB |
@@ -101,7 +101,16 @@ function Cover() {
|
|||||||
src="/images/KV.png"
|
src="/images/KV.png"
|
||||||
alt="Tech fest background"
|
alt="Tech fest background"
|
||||||
fill
|
fill
|
||||||
className="object-cover object-center"
|
className="object-cover object-center hidden md:block"
|
||||||
|
priority
|
||||||
|
quality={85}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Image
|
||||||
|
src="/images/KV_mobile.png"
|
||||||
|
alt="Tech fest background mobile"
|
||||||
|
fill
|
||||||
|
className="object-cover object-center md:hidden"
|
||||||
priority
|
priority
|
||||||
quality={85}
|
quality={85}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user