Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow an addtional image caption #269

Closed
wants to merge 3 commits into from

Commits on Dec 15, 2015

  1. Fix XSS vulnerability

    When image titles contain tags, they should not be echoed to the
    lightbox title.
    splitbrain committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    4064b2a View commit details
    Browse the repository at this point in the history
  2. allow an addtional image caption

    The attribute for title and caption are now configurable via the option
    array. A caption is usful to give an additional image description or
    provide proper attribution. This includes the XSS fix from brutaldesign#268
    splitbrain committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    a6b858e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Merge branch 'master' into caption

    * master:
      fixed typo in doc
      minified last version
      minified last version
      remove extra spaces
      ensure that afterMedia fires after media is loaded
      add afterMedia setting to fire function after slide is created
      update README and index page for explaining removeBarsOnMobile option
      adding index parameter to callback functions
      Update README
      Allow the selector to be executed every time, so that if new elements have been inserted in the DOM, they are also included
      Updated readme.md
    splitbrain committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    78b16bf View commit details
    Browse the repository at this point in the history