Modifs pour faire marcher les galeries
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
|
||||
|
||||
<!-- load Galleria -->
|
||||
<script src="../../galleria-1.4.2.min.js"></script>
|
||||
<script src="../../galleria-1.4.7.min.js"></script>
|
||||
|
||||
<!-- load picasa plugin -->
|
||||
<script src="galleria.picasa.min.js"></script>
|
||||
@ -38,18 +38,18 @@
|
||||
|
||||
<div id="galleria"></div>
|
||||
|
||||
<p class="cred">Made by <a href="http://galleria.aino.se">Galleria</a>.</p>
|
||||
<p class="cred">Made by <a href="http://galleria.io">Galleria</a>.</p>
|
||||
</div>
|
||||
<script>
|
||||
$(function() {
|
||||
// Load the classic theme
|
||||
Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
|
||||
|
||||
// Load the classic theme
|
||||
Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
|
||||
|
||||
Galleria.run('#galleria', {
|
||||
// The user & album. This example fetches the album "Demo" from the user "galleriajs"
|
||||
picasa: 'useralbum:galleriajs/Demo'
|
||||
Galleria.run('#galleria', {
|
||||
// The user & album. This example fetches the album "Demo" from the user "galleriajs"
|
||||
picasa: 'useralbum:galleriajs/Demo'
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user