OK, clear answer. Looking forward to a future release. Keep up the good work.
Thanks
Jeffrey
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by jefvhal
Pages 1
OK, clear answer. Looking forward to a future release. Keep up the good work.
Thanks
Jeffrey
Hmm, that is not mentioned on any page. Even not on the link you provided. I used to work with Simpleviewer and moved to the pro-version of Juicebox so the mobile player and large player has to be the same. This isn't the case.
Are there any plans to support color-modes on mobile devices?
Thanks
Jeffrey
Hi Heekun,
You haven't set the baseurl. At this point your script is searching for the following location;
http://dev-sam.secretasianman.tv/jbcore/juicebox.js (and will not be found)
If you follow the lines as described in http://www.juicebox.net/support/embeddi … ery-folder you should be able to run the gallery.
Try with:
<!--START JUICEBOX EMBED-->
<script src="jb-galleries/chloe/jbcore/juicebox.js"></script><br />
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
baseUrl: 'jb-galleries/chloe/'
});
</script></p>
<div id="juicebox-container"></div>
<p><!--END JUICEBOX EMBED-->
Hope this helps
Jeffrey
EDIT: removed typo
I have migrated my simpleviewer gallery's to Juicebox. After testing I found one issue (and a request to move the columns to the left side instead of bottom, but that is already mentioned in the future-requests)
The issue is that the mobile player is using a gray background with white borders instead of my custom-colors. In the php-file I have defined the backgroundColor and colors around the images and that is working on my laptop. My android-device is showing a dark-gray with a white background.
PHP-file
new juicebox({
backgroundColor: '#e8e8e8',
imageFrameColor: '#c54989',
thumbFrameColor: '#c54989',
[and a lot of other variables]
})
Embedded:
http://www.nasus.nl/?page_id=170
Direct link:
http://www.nasus.nl/fotoalbum/album.php?id=15
Hope you can help...
Thanks
Jeffrey
When I use the JB-builder to create a new gallery, the xml contains 3 default values;
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
The "resizeOnImport" and "cropToFit" are not mentioned on http://www.juicebox.net/support/config_options/
Is it a mistake on the options-page, or are these settings obsolete and not working in 1.0.2
Pages 1
Juicebox Support Forum → Posts by jefvhal
Powered by PunBB, supported by Informer Technologies, Inc.