Embedded PhotoSwipe skin slide show

This is an example of an embedded slide show made with the jAlbum PhotoSwipe skin. It is a PhotoSwipe album where the index page is skipped.

The first two slides show the settings used to make this album. The index page is skipped, because on the General settings tab check-mark 'Open first slide automatically' has been set.

With the next css code it is also possible to embed this slide page in a website.

<style>
.iframe-container {
  overflow: hidden;
  padding-top: 75%; /* 75% for 4:3 */
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  eft: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
</style>

The album is displayed in a responsive iframe:

<div class="iframe-container">
<iframe loading="lazy" src="https://andrewolff.jalbum.net/NoIndexSlideShow_PS/" allowfullscreen> </iframe>
</div>


Click on the image to stop/continue the slide show. You can do this also with the play/pause button in the upper right corner.

More info about the used CSS code on the blog of Ben Marshall