Ajudat per a la IA DeepSeek.
Step 1: installation
On your webserver:
Step 2: configure your HTML page
Example:
jQuery(document).ready(function () {
jQuery("#my_nanogallery").nanogallery2({
thumbnailWidth: 'auto',
thumbnailHeight: 150,
kind: 'nano_photos_provider2',
dataProvider: 'http://mywebsever.com/mypath/nano_photos_provider2/nano_photos_provider2.php',
locationHash: false
});
});
Step 3: test your page to see the result