Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name changes #2

Merged
merged 2 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/pdp/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
overview:
title: Product Detail Page
title: Product Detail Page (PDP)
image: logo.png
description: Shows how a product detail page with TouchZoom used looks.
order: 3
Expand Down Expand Up @@ -28,6 +28,6 @@ sample:
icons: true
mapping:
html: "index.html"
js: "pdp.js"
js: "script.js"
jsfiddle:
deploy: true
File renamed without changes.
4 changes: 2 additions & 2 deletions samples/plp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ It also shows how to use FSI TouchZoom.
With an image or folder selected, you can see all the publishing options for that item by going to the Publish to Web tab.
For this example, select the 'Image, dynamic resolution' preset in the 'Image, responsive' section:

![Config Image](readme-front-1.png)
![Config Image](readme-plp-1.png)
The Source Code section allows you to control the appearance of your image or viewer by setting the output dimensions and format (Auto automatically selects the best format for the browser used, or you can set WEBP, JPEG, PNG or GIF), as well as adding effects or cropping options.
This section also displays the source code for your chosen publishing option, which you can edit and copy to publish your images.

![Config Image](readme-front-2.png)
![Config Image](readme-plp-2.png)

You can then add the images to your site using the image tag:

Expand Down
6 changes: 3 additions & 3 deletions samples/plp/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
overview:
title: Product Listing Page
title: Product Listing Page (PLP)
image: logo.png
description: Shows how a product listing page with dynamic imaging and TouchZoom used looks.
order: 2
Expand Down Expand Up @@ -29,7 +29,7 @@ sample:
icons: false
mapping:
html: "index.html"
css: "plp.css"
js: "plp.js"
css: "style.css"
js: "script.js"
jsfiddle:
deploy: true
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions samples/starter/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ overview:
sample:
mapping:
html: 'index.html'
js: 'starter.js'
css: 'starter.css'
js: 'script.js'
css: 'style.css'
jsfiddle:
deploy: false
File renamed without changes.
File renamed without changes.