Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Info

Some lightboxes:

 

prettyPhoto (Best, and actually free (tommel op) - does not support slide on iOS ) 

FloatBox (Best, not free for commercial sites)

Flare (Not free)

Slimbox2 (Free, not good on mobile devices)

OrangeBox (Free)

FancyBox

LightView (Free)

See more at http://www.tripwiremagazine.com/2013/06/jquery-lightbox-plugins.html

Install below Confluence

Download the Javascript files/Framework zip, upload it to the server and place the files under the install:

Kodeblok
cd /opt/confluence/confluence
mkdir mylightbox
cd mylightbox
mv ~/mylightbox.zip .
unzip mylightbox.zip

Somewhere else in the filesystem with symbolic linking

Along the way, I have given up having individual symbolic links pr. library/framework, so now I place all under "confluence-ext-libs"

...

Kodeblok
ln -s /data/confluence-ext-libs  /opt/confluence/confluence/confluence-ext-libs

 

The Common Part

Now these can be referenced as /opt/confluence/confluence in the server root, so in Custom HTML (header part) add:

...