201

Re: Feature Requests

Love juicebox
But thumbnails are a bit clunky/ugly with the top click button and the main image moving/resizing to accommodate the thumbs. The thumbs are stuck there spoiling the main image aesthetic until the user clicks them closed which they wont do.
I think the current thumbs function is too obtrusive.

Would like:
Rollover show/hide thumbs.
Auto show/hide thumbs.
Fluid mouse movement scrolling thumbs (rather than the left/right buttons currently)
Thumbnails overlay bottom of image with opacity options.

Suggest thumbs button could be a little symbol (strip of 3 small squares) at the bottom centre of the viewport. This could be click or rollover action. Then autohide thumbs once user clicks next image or moves mouse away, show thumbs on rollover bottom of viewport. Thumbs overlay image with thumb background 50% opacity.

The principle is that thumbs are not there to spoil the aesthetic but easily available should the user require, then disappear quickly to restore the clean big image presentation.

202

Re: Feature Requests

Poster graphic to launch full viewport juice box

Consider the juicebox pro embedded example.
The gallery is embedded on the page, then expands to full viewport when user clicks expand button. Works great.

Is it possible to launch the full viewport juicebox gallery from a poster poster graphic e.g. a single image rather than an embedded gallery.
I don't want to have the gallery running visibly on the page before it launches full viewport.
So the action would be the same as the embedded pro example, but be clicked from a graphic rather than a running embedded gallery expand button.

I would like several such graphics on a page, each launching a different juicebox gallery full viewport.

I currently have this set up to launch each gallery in a new page, with a back button to return. But I feel it would be slicker to have each gallery launch full viewport without having to go to a fresh page and back.

Perhaps there could be an option to embed poster graphic and then to view gallery full viewport.

I have no idea if this is feasible but would be useful if possible

Thanks

Re: Feature Requests

@rj74

Poster graphic to launch full viewport juice box

Set showSplashPage="ALWAYS" (in JuiceboxBuilder-Pro's 'Customize -> Splash Page' section) and the Splash Page will be displayed in place of the gallery (displaying the gallery fullscreen when clicked) in Large Screen Mode as well as in Small Screen Mode.
If you wish to customize your gallery's Splash Page, please see the available configuration options here.

Re: Feature Requests

I would like to mix photos with videos in galleries.  If the item is a photo, Juicebox would perform as is.  If the item is a video, Juicebox would for it to be played/stopped, etc. as a video.  Juicebox would support the most popular formats that are handled by the most popular players.

Re: Feature Requests

Support for JPEG2000 file format

Re: Feature Requests

I would really like the option of setting the buttons bar to vertical. Is this already something that can be done?

Re: Feature Requests

@arachnid

Support for JPEG2000 file format

As far as I am aware, none of the major browsers (Chrome, Safari, Firefox, Internet Explorer and Opera) natively support JPEG2000. They cannot display a JPEG2000 image directly or in a <img> tag within a web page without a plugin (at least on my Windows PC). Unfortunately, until browsers support JPEG2000, Juicebox will not be able to display JPEG2000 images.
Also, it looks like JuiceboxBuilder-Pro will not be able to process JPEG2000 images as it is an Adobe AIR application. Adobe AIR uses Adobe Flash Player as its runtime environment and according to this web page, Adobe Flash does not seem to support JPEG2000.

@Martina

Is this already something that can be done?

No. This is not currently possible. Thank you for the suggestion.

Re: Feature Requests

Thanks for your reply, once I had found web browser add-in for jpeg2000 support but that was a long time ago and only for IE.
There is a MS jpeg2000 plugin for Photoshop and it is part of Windows Media Photo. So there is a codec for it. I have found an article of 2006 that Apple and Adobe are blocking any webbrowser support of JPEG2000 because of license payments

Jpeg is not the best quality format for pictures, it is limited to 8bit and sRGB colorprofile. I was hoping that is was possible to build it in Juicebox.

Steven wrote:

@arachnid

Support for JPEG2000 file format

As far as I am aware, none of the major browsers (Chrome, Safari, Firefox, Internet Explorer and Opera) natively support JPEG2000. They cannot display a JPEG2000 image directly or in a <img> tag within a web page without a plugin (at least on my Windows PC). Unfortunately, until browsers support JPEG2000, Juicebox will not be able to display JPEG2000 images.
Also, it looks like JuiceboxBuilder-Pro will not be able to process JPEG2000 images as it is an Adobe AIR application. Adobe AIR uses Adobe Flash Player as its runtime environment and according to this web page, Adobe Flash does not seem to support JPEG2000.

@Martina

Is this already something that can be done?

No. This is not currently possible. Thank you for the suggestion.

Re: Feature Requests

I think it would be nice if you made the Juicebox Pro font size for the caption and title a setting versus having to modify the CSS directly and re-modify it every time the gallery was updated.

Re: Feature Requests

@actigner

Thank you for posting your suggestion.
For a couple of tips to prevent having to modify the 'theme.css' file each time you update a gallery, please see this forum post.

211

Re: Feature Requests

Image Nav option - click anywhere always advances to Next Image.

212

Re: Feature Requests

Small Screen Mode style thumbs for Large Screen Mode

JB fills gallery with the grid of thumbs (with nav if overflow)
Clicking any thumb Expands JB full viewport and shows image.

Current SSM does not expand to full viewport on thumb click.
No need to show Expand button on thumb page since thumb click would Expand JB.
Would like thumbs to be able to populate the the full gallery area right up to edges (without the SSM padding around the outside)

Reason for asking -
I would like to have a grid of thumbs on a web page. Click any thumb expands JB image full viewport, kind of like a lightbox function. I don't want the gallery to play on the page, only full viewport.

Any chance of this?
Thanks

Re: Feature Requests

@rj74

Clicking any thumb Expands JB full viewport and shows image.

There are currently issues with Juicbox-Pro API events not being fired in Small Screen Mode but once these are fixed in the next version of Juiecbox-Pro, you might be able to achieve this using the available API events and methods. You could keep track of whether or not the gallery is expanded (by setting a tracking variable when onExpand is fired) and whether or not the thumbnails are displayed (by setting another tracking variable when onShowThumbs is fired) and expand the gallery (using toggleExpand) when an image is selected (when onImageChange is fired) but only if the gallery is currently unexpanded and displaying thumbnails. You could also ensure that when the gallery is unexpanded, the gallery will revert to displaying thumbnails.

214

Re: Feature Requests

There are currently issues with Juicbox-Pro API events not being fired in Small Screen Mode but once these are fixed in the next version of Juiecbox-Pro, you might be able to achieve this using the available API events and methods. You could keep track of whether or not the gallery is expanded (by setting a tracking variable when onExpand is fired) and whether or not the thumbnails are displayed (by setting another tracking variable when onShowThumbs is fired) and expand the gallery (using toggleExpand) when an image is selected (when onImageChange is fired) but only if the gallery is currently unexpanded and displaying thumbnails. You could also ensure that when the gallery is unexpanded, the gallery will revert to displaying thumbnails.

Thanks for the info

For the time being I made thumbs outside of JB as buttons since there aren't too many images in gallery.
Used  toggleExpand() and showImage(index) to Expand a LSM JB instance to the correct image (thanks for your API demo).
It works ok but will wait for next release to do as above.

Re: Feature Requests

Button bar Option to put it direct below the main image (until now the options are only top, overlay and overlay image).

216

Re: Feature Requests

I would love to see the main image displaying in a popup window!
Is this possible?

Cheers!

Re: Feature Requests

@guuz

If you just want the image to open in a new tab/window when clicked, set imageClickMode="OPEN_URL".
When an image is clicked, the corresponding linkURL will be opened in a tab/window specified by the linkTarget attribute.
You might like to take a look at this forum post which details how to have each image appear in a lightbox-style overlay when clicked.

218

Re: Feature Requests

Click Image to Expand

When JB is embedded it would be nice to have the option to click the image to Expand JB to full viewport.
Likewise full viewport to full screen

219

Re: Feature Requests

Hi

Is it possible to add a button to the social bar so people can contact us by mail?
No need for a contact form but just a button that does a simple "linkto:aaa@bb.zz".

Thanks

Re: Feature Requests

@voxen

Thank you for the suggestion.
You could achieve something similar using the Back Button. You could change the icon used for the Back Button (for example to an envelope icon) following the Using Custom Icons support section in the Theming Guide.
You could then use the following configuration options in your gallery:

backButtonPosition="TOP"
backButtonUseIcon="TRUE"
backButtonUrl="mailto:email@address.com"

221

Re: Feature Requests

Perfect, thanks!

222

Re: Feature Requests

I was able to change the back button icon to mail icon as described in your page, but what a pain!
Also the mail icon is not displayed with others icons in the icon bar which is really confusing.
Could you just add the possibility to have a real contact icon with the other ones, before or after the social icons?

Another request:

I'm using the gallery title to display a custom logo (<img src...) but this HTML tag is now also displayed in the browser caption bar as the page title. Its ugly and I have to edit index.html to change the page title.

Could you add some fields to control the HTML page key elements:
<title>
<meta name="description">
<meta name="keywords">

And finally one more thing:

When using the auto play feature it seems there is no way to click the image to move to the next one without stopping the auto play.
If I click an image, auto play is stopped. This is annoying for a user who'd like to use the mouse click to move to the next image but still watching the slideshow.

Thanks for your attention!

Re: Feature Requests

I understand your request for a simple 'Mail' Button Bar button but, working with what is currently available, the following workaround may suit your needs better (though is a little more complex that my first suggestion).
It uses the 'Open Image' button (displayed on the Button Bar) so if you currently use this button for its intended purpose, you will not be able to implement the following.

  • Set every image's linkURL to 'mailto:email@address.com'.

  • Set every image's linkTarget to '_self'.

  • Set showOpenButton="TRUE" in your gallery's XML file.

  • Change the icon for the 'Open Image' button using the technique in the Using Custom Icons support section.

  • Change the toolip text for the 'Open Image' button using the languageList configuration option (so as not to confuse users).

224

Re: Feature Requests

I like juicebox very much! Its easy, simple and very user friendly for my page visitors.

I have 3 whishes:

1. Add option to map geotagged pictures in e.g. google maps (either via separate button in the menu or via a link in the caption)
I am mainly using Lightroom and tried to solve this manually. As Lightroom uses the GPS format containing the " sign its not possible to let a caption be created automatically that links to google maps with the pictures gps coordinates.

2. Add more option for caption editing to the juicebox builder (e.g. use of EXIF and IPTC informations)

3. Option for real full screen on all devices (not sure if possible at all)

Thanks in advance for considering above

Re: Feature Requests

@apok

Thank you for your suggestions.

With regard to your third suggestion, not all browsers and devices support the Fullscreen API yet.
For a list of current browsers which do (and do not) support the Fullscreen API, please see here.