Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share your gallery #1

Open
andyzg opened this issue Feb 26, 2017 · 21 comments
Open

Share your gallery #1

andyzg opened this issue Feb 26, 2017 · 21 comments

Comments

@andyzg
Copy link
Owner

andyzg commented Feb 26, 2017

Hey all! I'd love to see the galleries you've created using this fun project I made. Share yours with a comment below!

@jasonbak
Copy link

http://jasonbak.me/photography.html

Thanks for making this!

@andyzg
Copy link
Owner Author

andyzg commented Feb 15, 2018

@jasonbak thanks for sharing your gallery! Love your portrait shots :)

@bubblemanss
Copy link

https://l3ubbleman.github.io/gallery/

Ty for blessing us <3

@enric1994
Copy link

https://photos.enricmor.eu/
<3

@ross-spencer
Copy link

This is such a cool template Andy, thank you!

@simplymathematics
Copy link

simplymathematics.xyz/gallery

@emmtbeaga
Copy link

I loved the idea but i can't use it. I never can double click setup.command. Can you help me? Thanks

@andyzg
Copy link
Owner Author

andyzg commented Mar 8, 2020

@emmtbeaga are there any errors that show?

@cpique
Copy link

cpique commented Mar 24, 2020

Cannot run setup.command :/. Any pre requisite to run this script ?

@andyzg
Copy link
Owner Author

andyzg commented Apr 3, 2020

@cpique what's the error that you get when trying to run it?

@cpique
Copy link

cpique commented Apr 3, 2020

@andyzg Don't remember exactly the issue, but in Windows 10 I cannot run the script. I was able however to bypass the error by running only this line in a PowerShell window:
python "{MYPATH}\tools\setup.py"

My site is up and running, thanks for the gallery template :)

@andyzg
Copy link
Owner Author

andyzg commented Apr 3, 2020

awesome, nice job on figuring it out! 😄

@nativephotography
Copy link

@andyzg How do I remove the 'fork me on github' image and hyperlink in the right corner?
I love your template btw :)

@andyzg
Copy link
Owner Author

andyzg commented Apr 29, 2020

@nativephotography delete line 21 in index.html and it should work

@Guzpenha
Copy link

Guzpenha commented Nov 4, 2020

@andyzg
Copy link
Owner Author

andyzg commented Nov 14, 2020

@Guzpenha Love your photos! I love your use of black and white!

@alex-sun-kuo
Copy link

alex-sun-kuo commented Apr 4, 2021

https://sun-alex.github.io/gallery/ thanks for making this man! btw, what part of your code determines the ordering of photos and how does the algorithm work? it doesn't look like it's by alphanumeric or date

@andyzg
Copy link
Owner Author

andyzg commented Apr 6, 2021

@sun-alex that's a great question! The way it works right now is that it generates a config.json when you run setup.command and orders it based on the images inside of photos/ and then it renders the images based on that order.

@jamesdmorgan
Copy link

Hi @andyzg thanks for a fantastic framework. I have just created a gallery https://links-studios.github.io/ I exported all the images at 1800px width. When I click on an image only the min version opens up. My javascript is a bit rusty, any idea what I need to do to get the original image in the popup?

@sun-alex Regarding sorting of directories, added sorted() to setup.py which preserves the directory naming order when it gets added to the config.json

def run():
    print('Starting to collect all albums within the /photos directory...')
    config = {}
    dirs = sorted(get_directories())     <----- sorted

@jamesdmorgan
Copy link

Changing compressed = False in the config sorted it. Really pleased cheers

@learningdotnet17
Copy link

@jamesdmorgan I am seeing the same thing as you. It either uses compressed files (only) or, compressed:false in config turns off the usage of compressed files. It is one or the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests