Responsive Gallery Plugin

Hi

I’m designing an HTML site without CMS but would like to include a gallery plugin so that they can update their pictures themselves.

I’m guessing Flickr would be the best platform to use, but can’t find a plugin for embedding sets that is responsive.

I’m not good enough at jQuery to write my own.

Can anyone help?

Thanks

Flickr provide an API for that sort of behaviour.

If you’re using PHP on your server, there looks to be three different sets of API kits that they have there for PHP.

Thanks - I solved it by using the embed code for a set, and:

 
embed {
            max-width: 100%;
}

I’m guessing that it’ll show the current images if the set is updated.