Skip to content

Commit

Permalink
Merge pull request #10 from neptunelabs/readme-changes
Browse files Browse the repository at this point in the history
readme changes to fsi.domain.tld
  • Loading branch information
nelabiernat committed May 26, 2023
2 parents edf21b5 + a88a036 commit 3176409
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions samples/pdp-vertical/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ two simple custom tags.
To display the Showcase, simply add the following scripts to the head of your website:

```html
<script src="//docs.neptunelabs.com/fsi/viewer/applications/viewer/js/fsiviewer.js"></script>
<script src="//docs.neptunelabs.com/fsi/viewer/applications/touchzoom/js/fsitouchzoom.js"></script>
<script src="//docs.neptunelabs.com/fsi/viewer/applications/thumbbar/js/fsithumbbar.js"></script>
<script src="//fsi.domain.tld/fsi/viewer/applications/viewer/js/fsiviewer.js"></script>
<script src="//fsi.domain.tld/fsi/viewer/applications/touchzoom/js/fsitouchzoom.js"></script>
<script src="//fsi.domain.tld/fsi/viewer/applications/thumbbar/js/fsithumbbar.js"></script>
```

This will ensure that the viewers are loaded.
Expand Down Expand Up @@ -77,7 +77,7 @@ This is done by calling the **changeImage** function onClick of the thumbnail:
<img
class="thumbnail img-fluid"
onclick="changeImage('0')"
src="//docs.neptunelabs.com/fsi/server?type=image&source=images/samples/showcase/pdp/kate-skumen-Z_wBSL_fPzw-unsplash.jpg&height=150"
src="//fsi.domain.tld/fsi/server?type=image&source=images/samples/showcase/pdp/kate-skumen-Z_wBSL_fPzw-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand All @@ -89,7 +89,7 @@ This is done by calling the **changeImage** function onClick of the thumbnail:
<img
class="thumbnail img-fluid"
onclick="changeImage('1')"
src="//docs.neptunelabs.com/fsi/server?type=image&source=images/samples/showcase/pdp/kate-skumen-PJRabkuH3_Q-unsplash.jpg&height=150"
src="//fsi.domain.tld/fsi/server?type=image&source=images/samples/showcase/pdp/kate-skumen-PJRabkuH3_Q-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand All @@ -101,7 +101,7 @@ This is done by calling the **changeImage** function onClick of the thumbnail:
<img
class="thumbnail img-fluid"
onclick="changeImage('2')"
src="//docs.neptunelabs.com/fsi/server?type=image&source=images/samples/showcase/pdp/kate-skumen-XsFiUIamdTo-unsplash.jpg&height=150"
src="//fsi.domain.tld/fsi/server?type=image&source=images/samples/showcase/pdp/kate-skumen-XsFiUIamdTo-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand Down
8 changes: 4 additions & 4 deletions samples/pdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ two simple custom tags. In this case, FSI Viewer is combined with FSI ThumbBar.
To display the showcase, simply add the following scripts to the head of your website:

```html
<script src="//docs.neptunelabs.com/fsi/viewer/applications/viewer/js/fsiviewer.js"></script>
<script src="//docs.neptunelabs.com/fsi/viewer/applications/touchzoom/js/fsitouchzoom.js"></script>
<script src="//docs.neptunelabs.com/fsi/viewer/applications/thumbbar/js/fsithumbbar.js"></script>
<script src="//fsi.domain.tld/fsi/viewer/applications/viewer/js/fsiviewer.js"></script>
<script src="//fsi.domain.tld/fsi/viewer/applications/touchzoom/js/fsitouchzoom.js"></script>
<script src="//fsi.domain.tld/fsi/viewer/applications/thumbbar/js/fsithumbbar.js"></script>
```

This will ensure that the viewers are loaded.
Expand Down Expand Up @@ -131,7 +131,7 @@ to the head of your website:

```html
<script
src='https://docs.neptunelabs.com/fsi/viewer/applications/viewer/js/fsiviewer.js'
src='https://fsi.domain.tld/fsi/viewer/applications/viewer/js/fsiviewer.js'
</script>
```
This ensures that FSI Viewer is loaded.
Expand Down

0 comments on commit 3176409

Please sign in to comment.