diff options
author | Robby Zambito <contact@robbyzambito.me> | 2024-02-24 13:57:14 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2024-02-25 15:03:35 -0500 |
commit | 5f0c3a7b066baa5656b4948b406e7e9e798fdc1f (patch) | |
tree | f1c885681674965d6480a12a1d89d753919c008e | |
parent | 95f16f41b8eb516ffc0d735fc9fb916c027bd5f7 (diff) |
Replace Central Park album with fgallery album.
-rw-r--r-- | content/photos/central-park/index.md | 18 | ||||
-rw-r--r-- | static/css/custom.css | 10 |
2 files changed, 10 insertions, 18 deletions
diff --git a/content/photos/central-park/index.md b/content/photos/central-park/index.md index 5ebb77f..6cd993a 100644 --- a/content/photos/central-park/index.md +++ b/content/photos/central-park/index.md @@ -6,19 +6,5 @@ hidden: true description: "16 photos" --- - - - - - - - - - - - - - - - - +<iframe src="https://f002.backblazeb2.com/file/rz-public-media/2018/06/central-park/index.html" + class="photo-album" /> diff --git a/static/css/custom.css b/static/css/custom.css index 2ce4768..bc03812 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,5 +1,3 @@ -/* test */ - a { color: #4c566a; } @@ -7,3 +5,11 @@ a { html { background-color: #e5e9f0 ; } + +.photo-album { + width: -webkit-fill-available; + width: -moz-available; + width: stretch; + height: 33em; + border: none; +} |