Topic: Images embedded in web site
Is there an option to embed images to html? I don't want to use config.xml file.
My images are changing hourly, so I want to embed it in html with php. The way other galleries do.
Something like:
<a href="big image"><img src="thumbnail" /></a>
Or can I added it with javascript together with options:
new juicebox({
containerId: "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
images: [{thumb: "", large: ""}]
});