<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Juicebox Support Forum — NEXT arrow (->) not working son first photo of slideshow]]></title>
		<link>https://juicebox.net/forum/viewtopic.php?id=5213</link>
		<atom:link href="https://juicebox.net/forum/extern.php?action=feed&amp;tid=5213&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in NEXT arrow (->) not working son first photo of slideshow.]]></description>
		<lastBuildDate>Mon, 25 Jan 2021 22:21:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: NEXT arrow (->) not working son first photo of slideshow]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17822#p17822</link>
			<description><![CDATA[<p>This is most likely due to the gallery not having focus on the web page until you click somewhere within it.<br />After loading the web page, try clicking a blank area in the gallery before clicking the navigation button.</p><p>If this works and you want to give the gallery focus as soon as your web page loads, then try using the following as your gallery&#039;s embedding code (changing the background color and gallery dimensions as necessary).<br /></p><div class="codebox"><pre><code>&lt;script src=&quot;jbcore/juicebox.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
    var jb = new juicebox({
        backgroundColor: &quot;#222222&quot;,
        containerId: &quot;juicebox-container&quot;,
        galleryHeight: &quot;400&quot;,
        galleryWidth: &quot;100%&quot;
    });
    jb.onInitComplete = function() {
        $(&#039;.juicebox-gallery&#039;).first().trigger(&#039;focus&#039;);
    };
&lt;/script&gt;
&lt;div id=&quot;juicebox-container&quot;&gt;&lt;/div&gt;</code></pre></div><p>(<strong>onInitComplete </strong>is a Juicebox-Pro API event which is documented <a href="https://www.juicebox.net/support/api/">here</a>.)</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Mon, 25 Jan 2021 22:21:52 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17822#p17822</guid>
		</item>
		<item>
			<title><![CDATA[NEXT arrow (->) not working son first photo of slideshow]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17821#p17821</link>
			<description><![CDATA[<p>The NEXT arrow on my keyboard (Apple) does not work on the first photograph upon opening a slideshow. It works fine from slide 2 and on. TIA</p>]]></description>
			<author><![CDATA[null@example.com (MMPhotos)]]></author>
			<pubDate>Mon, 25 Jan 2021 21:05:12 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17821#p17821</guid>
		</item>
	</channel>
</rss>
