Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nelabiernat committed May 2, 2023
1 parent 13050e4 commit 1180ee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/pdp-vertical/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="display-5">Peggy</h2>
<img
class="thumbnail img-fluid"
onclick="changeImage('0')"
src="{{{fsi.server}}}/{{{fsi.context}}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-Z_wBSL_fPzw-unsplash.jpg&height=150"
src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-Z_wBSL_fPzw-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand All @@ -77,7 +77,7 @@ <h2 class="display-5">Peggy</h2>
<img
class="thumbnail img-fluid"
onclick="changeImage('1')"
src="{{{fsi.server}}}/{{{fsi.context}}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-PJRabkuH3_Q-unsplash.jpg&height=150"
src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-PJRabkuH3_Q-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand All @@ -89,7 +89,7 @@ <h2 class="display-5">Peggy</h2>
<img
class="thumbnail img-fluid"
onclick="changeImage('2')"
src="{{{fsi.server}}}/{{{fsi.context}}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-XsFiUIamdTo-unsplash.jpg&height=150"
src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-XsFiUIamdTo-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand Down

0 comments on commit 1180ee8

Please sign in to comment.