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 e241d71 commit cc4c937Copy full SHA for cc4c937
website/public/index.ejs.html
@@ -158,12 +158,14 @@ <h1>quick-lint-js</h1>
158
<p><a href="demo/">Try it out in your browser.</a></p>
159
160
<figure>
161
- <picture style="width: 100%">
+ <picture style="width: 100%; height: auto" width="1324" height="526">
162
<source srcset="vscode-demo.webp" type="image/webp" />
163
<img
164
src="vscode-demo.png"
165
- style="width: 100%"
+ style="width: 100%; height: auto"
166
alt="quick-lint-js running in Visual Studio Code"
167
+ width="1324"
168
+ height="526"
169
/>
170
</picture>
171
</figure>
0 commit comments