We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adad9a2 commit 3c02a95Copy full SHA for 3c02a95
2 files changed
content/notes/_index.md
@@ -6,8 +6,6 @@ cascade:
6
section: notes
7
---
8
9
-
10
11
{{< hextra/hero-subtitle style="margin:.3rem 0 2rem 0">}}
12
PinNotes is your go-to platform for accessing high-quality academic notes and practice questions across a wide range of subjects.
13
{{< /hextra/hero-subtitle >}}
layouts/partials/playstore-card-grid.html
@@ -46,7 +46,9 @@ <h2 class="section-title">{{ $title }}</h2>
46
<div class="card">
47
<div class="card-image-container">
48
{{- if .Params.image }}
49
- <img class="card-image" src="{{ .Params.image }}" alt="{{ .Title }}" />
+ <img class="card-image" src="{{ .Params.image }}" alt="{{ .Title }}" loading="lazy"
50
+ method="Resize"
51
+ options="600x q80 webp" />
52
{{- else }}
53
<img
54
class="card-image"
0 commit comments