We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2f041 commit e3659feCopy full SHA for e3659fe
test-app/src/app/app.html
@@ -168,27 +168,7 @@ <h1>Image</h1>
168
[responsive]="false"
169
sizes="(max-width: 600px) 100vw, 50vw"
170
></ik-image>
171
-a
172
- <ik-image
173
- src="/default-image.jpg"
174
- alt="Image with responsive off 2"
175
- [height]="300"
176
- [width]="300"
177
- [transformation]=""
178
- [responsive]="false"
179
- sizes="(max-width: 600px) 100vw, 50vw"
180
-></ik-image>
181
-
182
-<ik-image
183
-src="/default-image.jpg"
184
-alt="Image with responsive off"
185
-[height]="300"
186
-width="300px"
187
-[transformation]=""
188
-[responsive]="false"
189
-sizes="(max-width: 600px) 100vw, 50vw"
190
191
+
192
<h1>Video</h1>
193
194
<!-- Video without ImageKit provider -->
0 commit comments