Topic: Mobile player (android) doesn't use custom-color
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