Skip to content

Commit e3659fe

Browse files
committed
refactor: remove redundant ik-image components from app.html to streamline code
1 parent 4b2f041 commit e3659fe

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

test-app/src/app/app.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -168,27 +168,7 @@ <h1>Image</h1>
168168
[responsive]="false"
169169
sizes="(max-width: 600px) 100vw, 50vw"
170170
></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-
></ik-image>
191-
171+
192172
<h1>Video</h1>
193173

194174
<!-- Video without ImageKit provider -->

0 commit comments

Comments
 (0)