1

(3 replies, posted in Juicebox-Pro Support)

All excellent suggestions, however page buffering/queueing using Visual Studio '13 apparently was causing the sizing inconsistency. After publishing the page to my hosting site the sizing issue as resolved.

I haven't researched this, but can a URL link be embedded in a picture or comment?

2

(3 replies, posted in Juicebox-Pro Support)

All images render perfectly using JuiceBox but published several [ 10% ] images render smaller. Note these images are sequentially positioned within the gallery. All gallery images are sized at 1024x768 with image scale set to None.

Tried all image scale options but to no avail.

When gallery is viewed/browsed using Windows 10 Photos, Paint, Visual Studio 13, or IE 11 there isn’t any size inconsistency.

Can this be an aspect ratio divergence?

Any feedback is appreciated?

It’s difficult to believe that I could not figure this out myself. Wow.

Many thanks for taking the time to get me back on track.

To be more specific, the error message only occurs in Visual Studio 2013.

Works just fine - http://www.masurefire.com/asp/DanubeGallery.aspx

Empty/blank screen - http://www.masurefire.com/asp/DanubeGal … ken=711712

Using IE 11 and Chrome.

Empty/blank screen - http://www.masurefire.com/asp/DanubeGallery.aspx/

Code behind, also tried commenting code.

protected void Page_Load(object sender, EventArgs e)
    {
        string token = "";
        Response.Write(Request.QueryString);
        token = Request.QueryString["token"];
         
    }

Receiving this error message” Error: 'juicebox' is undefined” when passing a query string to an .aspx web page. Not passing a query string is not an issue.

Query string example: http://www.xxxxx.com/asp/xxxxxGallery.aspx/?token=12345

Appreciate your feedback.

Thank you.