Currently on my site i'm using Highslide. It works fine but i know very little about HTML/Javascript and I'm getting a tonne of injection scripts.
Additionally, it's a massive pain to update. For every photo i add, i need to edit the Gallery page with this:
It's a bit of a pain having to upload two version then manually edit the HTML.
Is there something else I can use? I dont really want to be using Instagram or Flickr, I want to continue using my own website and domain, but I really would rather have a click to upload system, or something.
Can it be done? Or am I asking for the best of both worlds :/
Additionally, it's a massive pain to update. For every photo i add, i need to edit the Gallery page with this:
Code:
<a href="gallery/_MG_6677.jpg" class="highslide" onclick="return hs.expand(this)"><img src="gallery/_MG_6677_thumb.jpg" width="67" height="67" title="Click to Enlarge" /></a>
It's a bit of a pain having to upload two version then manually edit the HTML.
Is there something else I can use? I dont really want to be using Instagram or Flickr, I want to continue using my own website and domain, but I really would rather have a click to upload system, or something.
Can it be done? Or am I asking for the best of both worlds :/