We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8e7ac commit 4843f16Copy full SHA for 4843f16
src/content/docs/images/transform-images/make-responsive-images.mdx
@@ -134,10 +134,10 @@ Replace `https://example.com` with your Cloudflare zone where transformations ar
134
135
Alternatively, you can enable client hints via HTTP by adding the following headers to your HTML page's response:
136
137
-``txt
+```txt
138
critical-ch: sec-ch-viewport-width, sec-ch-dpr
139
140
permissions-policy: ch-dpr=("https://example.com"), ch-viewport-width=("https://example.com")
141
```
142
143
-Replace `https://example.com` with your Cloudflare zone where transformations are enabled.
+Replace `https://example.com` with your Cloudflare zone where transformations are enabled.
0 commit comments