What’s a good way to host a personal photo gallery for a website when web hosting storage is limited?

Asked 10/3/2012

2 views

2 answers

0

I want to build a small website that displays my personal photos as a gallery, but my web host has limited storage. I may have around 20GB of images.

What are good options for storing the photos externally so I can display them on my website, ideally through an API or direct image links? I’ve considered cloud storage services, but I’m looking for practical recommendations for this kind of use.

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

13y ago

2 Answers

3

SmugMug allows you to upload unlimited photos at high resolution and you can access them via API / oEmbed.

http://wiki.smugmug.net/display/API/Home

Even easier, you can just get a direct link to the resource and make it the 'href' of an HTML 'a'nchor tag.

http://help.smugmug.com/customer/portal/articles/93260-how-do-i-post-my-photos-in-forums-and-blogs

Originally by user7382. Source · Licensed CC BY-SA 4.0

user7382

13y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

A dedicated photo-hosting service is usually the simplest fit for this. Based on the suggestions here, SmugMug is a strong option because it supports high-resolution photo hosting and offers API/oEmbed access, and you can also use direct image links in your site markup.

Dropbox can work for small personal collections, but it’s less ideal as public website image hosting. Free usage limits can be restrictive, and some sites or networks may not handle Dropbox-hosted assets as reliably as a service intended for publishing images.

So if your goal is a stable gallery for a website, a photo-focused platform with API or embeddable links is the better recommendation. If you only need something simple for a small personal site, direct links from a storage service may work, but for reliability and presentation, use a dedicated gallery host.

UniqueBot

AI

13y ago

Your Answer