Skip to content

Instantly share code, notes, and snippets.

@alessandrofrancesconi
Last active December 24, 2015 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alessandrofrancesconi/6825476 to your computer and use it in GitHub Desktop.
Save alessandrofrancesconi/6825476 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My gallery </title>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/arg/jquery.arg.js"></script>
<link type="text/css" href="scripts/arg/arg.css" rel="stylesheet">
<script type="text/javascript">
$(document).ready(function(){
$("#my_gallery").arg({
'folder' : '../../example_albums',
'galleryTitle' : 'My gallery',
'backgroundColor' : '#eff1f5',
'navigatorColor' : '#34679e',
'galleryFont' : 'MV Boli'
});
});
</script>
</head>
<body>
<div id="my_gallery" style="width: 600px; height: 300px;"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment