Here’s an example of an SmugMug slideshow using HTML 5 Slideshow!
To create one:
- Go to a gallery on your SmugMug site and navigate to the first image
- Click “Share” and then “Get a Link”
- Click the “Gallery Links” tab.
- On the slideshow line, you should see an ID at the very end of the link (example: http://www.aaronmphotography.com/photos/swfpopup.mg?AlbumID=22539979&AlbumKey=kFDt2C). Copy that
- Create a URL as follows:
{your site url}/frame/slideshow?key={ALBUM_KEY} - This is your now your SOURCE url.
- Use the following HTML to embed it in to a website:
<iframe src="{SOURCE_URL}" width="{width}" height="{height}" frameborder="0" scrolling="no"></iframe>
The default Slideshow just shows images with a fade transition.
You can add the following additional parameters to the URL:
- &autoStart=0
- &captions=1
- &navigation=1
- &playButton=1
- &speed={SECONDS}
- &transition=none
- &transitionSpeed={SECONDS}