summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2024-02-24 13:57:14 -0500
committerRobby Zambito <contact@robbyzambito.me>2024-02-25 15:03:35 -0500
commit5f0c3a7b066baa5656b4948b406e7e9e798fdc1f (patch)
treef1c885681674965d6480a12a1d89d753919c008e
parent95f16f41b8eb516ffc0d735fc9fb916c027bd5f7 (diff)
Replace Central Park album with fgallery album.
-rw-r--r--content/photos/central-park/index.md18
-rw-r--r--static/css/custom.css10
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"
---
-![](photos/dsc_0001_28781896858_o.jpg)
-![](photos/dsc_0004_40847489300_o.jpg)
-![](photos/dsc_0006_28781895558_o.jpg)
-![](photos/dsc_0011_40847486510_o.jpg)
-![](photos/dsc_0014_41937706034_o.jpg)
-![](photos/dsc_0023_27786594707_o.jpg)
-![](photos/dsc_0035_41937702574_o.jpg)
-![](photos/dsc_0063_41937699514_o.jpg)
-![](photos/dsc_0068_27786589207_o.jpg)
-![](photos/dsc_0072_42655508011_o.jpg)
-![](photos/dsc_0079_41756130035_o.jpg)
-![](photos/dsc_0083_42655506251_o.jpg)
-![](photos/dsc_0090_42655504601_o.jpg)
-![](photos/dsc_0100_42655501591_o.jpg)
-![](photos/dsc_0105_28781885228_o.jpg)
-![](photos/dsc_0111_42655498701_o.jpg)
+<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;
+}