basic photobook support

This commit is contained in:
Lachlan Kermode
2018-12-29 13:39:56 +01:00
parent 99e9219e02
commit 64e7218b71
5 changed files with 76 additions and 8 deletions

View File

@@ -70,6 +70,7 @@ $header-inset: 10px;
font-family: "Lato", Helvetica, sans-serif;
// max-height: $vimeo-height;
min-width: 100%;
max-height: 500px;
.media-player {
width: 100%;
@@ -145,9 +146,12 @@ $header-inset: 10px;
.source-image-container {
padding: 0 25px;
overflow-y: scroll;
max-height: 100%;
.source-image {
max-width: 100%;
max-width: calc(100% - 20px);
max-height: 100%;
padding: 10px;
}
}