mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 17:17:58 +02:00
Adjusted gallery shortcode to fit in to the page nicely
This commit is contained in:
14
content/photography.md
Normal file
14
content/photography.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: "Photography"
|
||||||
|
date: 2021-03-23T20:18:21+05:30
|
||||||
|
image: "photography.jpg"
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
My fascination with the visual media brought me closer to seeing the world through a different lens. This is an ongoing effort to capture what I see and share it with the world.
|
||||||
|
|
||||||
|
You can browse the images below using left/right keys. All the images are hosted on flickr, I'd recommend navigating to my photostream if you want to see them in full size.
|
||||||
|
|
||||||
|
(You might need to enable Javascript if you're unable to see the below images properly)
|
||||||
|
|
||||||
|
{{<gallery>}}
|
4
layouts/shortcodes/gallery.html
Normal file
4
layouts/shortcodes/gallery.html
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<div class = 'gallery'>
|
||||||
|
<a data-flickr-embed="true" data-header="true" data-footer="true" href="https://www.flickr.com/photos/160696242@N07" title=""><img src="https://live.staticflickr.com/65535/51065906802_85fe2232aa_c.jpg" width="1144" height="1144" alt=""></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
|
||||||
|
</div>
|
||||||
|
|
Reference in New Issue
Block a user