Hi Rich, have are you going to use this with tiddlywiki? if you just want it show the slide show in a tiddler you could have it as a separate html file and include that separate html file into a tiddler using an iframe.
cheers BJ On Sunday, December 14, 2014 2:26:29 PM UTC-6, RichShumaker wrote: > > Hello everyone here on TW Dev, > First I don't know if I post here or GitHub so I am starting here. > Let me know if I need to bounce it over to GitHub. > > I am trying to understand how to get Galleria into TW. > http://galleria.io/ > I have downloaded the JavaScript and dragged and dropped it into TW. > galleria-1.4.2.min.js > galleria-1.4.2.js > I then changed the Type to "application/javascript". > Is this the right way to get the code into TW? > > Next I need to use that code if the above is correct. > I am trying to work with the demo code > http://galleria.io/docs/getting_started/beginners_guide/#complete-code > > <!doctype html> > <html> > <head> > <script src=" > http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> > <script src="galleria/galleria-1.4.min.js"></script> > </head> > <body> > <div class="galleria"> > <img src="photo1.jpg"> > <img src="photo2.jpg"> > <img src="photo3.jpg"> > </div> > <script> > Galleria.loadTheme( > 'galleria/themes/classic/galleria.classic.min.js'); > Galleria.run('.galleria'); > </script> > </body> > </html> > > I am not sure how to change the external references and code above to be > 'inside TW' > Any help would be greatly appreciated. > > Rich Shumaker > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
