Skip to content

Commit e0e6a28

Browse files
committed
fix(): main example fix for plain gallery #183
1 parent b93880b commit e0e6a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/plain-gallery/plain-gallery.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>P4 - (id=203) - column plain gallery layout (limit 3)</h3>
4141
[images]="images"
4242
[showGallery]="true"
4343
[config]="libConfigPlainGalleryColumn"
44-
(showImage)="onShow(203, $event, imagesRect)"></ks-plain-gallery>
44+
(showImage)="onShow(203, $event, images)"></ks-plain-gallery>
4545
</section>
4646
<section>
4747
<h3>P5 - (id=204) - grid plain gallery layout and custom size</h3>
@@ -50,7 +50,7 @@ <h3>P5 - (id=204) - grid plain gallery layout and custom size</h3>
5050
[images]="images"
5151
[showGallery]="true"
5252
[config]="libConfigPlainGalleryGrid"
53-
(showImage)="onShow(204, $event, imagesRect)"></ks-plain-gallery>
53+
(showImage)="onShow(204, $event, images)"></ks-plain-gallery>
5454
</section>
5555
<section>
5656
<h3>P6 - (id=205) - full custom plain gallery (row) with image pointer</h3>

0 commit comments

Comments
 (0)