Welcome! This guide will help you use and customize your "Prioritizing Industrial Plant Equipment" slideshow. This unique platform allows you to view and adapt the presentation without needing PowerPoint or an internet connection.
Your download should contain the following:
prioritizing-equipment-slideshow.html: This is the main slideshow file.font-awsm: This folder contains a required font for rendering the slideshow controls.ss-images: This folder contains all the default images used in the slideshow.Crucial: The prioritizing-equipment-slideshow.html file, the font-awsm folder, and the ss-images folder must be kept in the same directory (folder) for the images and controls to display correctly. Do not move the HTML file unless you also move the ss-images and font-awsm folders with it, maintaining their relative path.
prioritizing-equipment-slideshow.html file and the ss-images folder are in the same location on your computer.prioritizing-equipment-slideshow.html file).
No Internet Needed! Once you have the files, you can view the slideshow offline.
You have several ways to move through the slides (see product page for full list of controls):
The slideshow content is defined within a hidden HTML table inside the prioritizing-equipment-slideshow.html file. You can edit this file with any HTML or text editor (e.g., Notepad, VS Code, Sublime Text, TextEdit).
prioritizing-equipment-slideshow.html in a text editor. or the ID id="hiddenSlideData". The table starts shortly after this.... ).Each table row <tr> ... </tr> (slide) contains four <td> ... </td> (table data/cell) elements:
slide01.jpg) located in the ss-images/ folder.<p>, <ul>, <li>, <b>, <i> for formatting.Important Note: When any of the above values are empty, the corresponding overlay will not be displayed. This includes the "missing slide..." message when the Image Filename is not specified.
<td> of the desired slide row.
my-custom-photo.png) into the ss-images/ folder.<td> to your new image's filename: e.g., <td>my-custom-photo.png</td>.<td> if your new image fulfills or changes that suggestion.<tr>...</tr> block for a slide and paste it into a new position within the <tbody> of the table.
<tr>...</tr> block.<td> cells with your new image filename, heading, text, and visual suggestion.ss-images/ folder.<tr>...</tr> block for the slide you wish to remove.
Be Careful When Editing HTML: Ensure you don't accidentally delete crucial tags like <tr>, </tr>, <td>, or </td>. It's a good idea to back up the original .html file before making significant changes.
Editing the Configuration
Locate the following code within the <script> ... </script> tags:
// --- Configuration ---
const config = { IMAGE_SUBFOLDER: "ss-images/", AUTO_CYCLE_DELAY: 4000, AUTO_CYCLE_DEFAULT_ON: false, SHOW_VISUAL_SUGGESTIONS: true };
true or false. Enables auto-cycle feature when slideshow starts, user presses "Start Slideshow" button.
true or false. Enables or disables the display of the slide's Visual Suggestion (table data column 4).
If you need to share this presentation with others:
prioritizing-equipment-slideshow.html file, the entire font-awsm folder, and the entire ss-images folder into this new folder..html file as described above.ss-images folder is not in the same directory as the .html file, or the image filenames in the HTML table don't exactly match the files in the folder (case-sensitive on some systems).
font-awsm folder is not in the same directory as the .html file.