• Resolved jboley

    (@jboley)


    Hello,

    Keep in mind, I’m not a coder. I am only familiar with basic HTML, but have been able to piece some things together with snipits to make my site, https://belladonnachapel.com function with a couple of neat functions.

    What I’m attempting to post onto one of my pages is a non-flash version of an image gallery (juicebox) that is written in javascript. I’ve pasted the code below as I pasted into CJT for you to view.

    Can you let me know if you see anything that may not be allowing my script to give on output on my page?

    Theme = Storm.

    `<!–START JUICEBOX EMBED–>
    <script src=”jbcore/juicebox.js”></script>
    <script>
    new juicebox({
    containerId: “juicebox-container”,
    galleryWidth: “100%”,
    galleryHeight: “100%”,
    backgroundColor: “rgba(34,34,34,.5)”
    });
    </script>
    <div id=”juicebox-container”></div>
    <!–END JUICEBOX EMBED–>

    Kindly,
    Jason

    https://www.ads-software.com/plugins/css-javascript-toolbox/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Follow Instructions with No Seen Result’ is closed to new replies.