Skip to content

Commit 3c02a95

Browse files
author
aryan
committed
image quality render notes grid
1 parent adad9a2 commit 3c02a95

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/notes/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ cascade:
66
section: notes
77
---
88

9-
10-
119
{{< hextra/hero-subtitle style="margin:.3rem 0 2rem 0">}}
1210
PinNotes is your go-to platform for accessing high-quality academic notes and practice questions across a wide range of subjects.
1311
{{< /hextra/hero-subtitle >}}

layouts/partials/playstore-card-grid.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ <h2 class="section-title">{{ $title }}</h2>
4646
<div class="card">
4747
<div class="card-image-container">
4848
{{- if .Params.image }}
49-
<img class="card-image" src="{{ .Params.image }}" alt="{{ .Title }}" />
49+
<img class="card-image" src="{{ .Params.image }}" alt="{{ .Title }}" loading="lazy"
50+
method="Resize"
51+
options="600x q80 webp" />
5052
{{- else }}
5153
<img
5254
class="card-image"

0 commit comments

Comments
 (0)