Welcome to the jKit community. This is the place to discuss everything on and around jKit. Be friendly and I’m sure other members will be friendly with you, too.
Combining Gallery and Zoom
  • Just wondered if anyone has found a way to combine zoom and gallery together? If so how they accomplished it.

  • nevermind answered my own question, run the gallery as normal and add this in a script file

    $(‘#gallery img’).attr(“width”,”50%”).jKit(‘zoom’, { ‘scale’: ‘2’ });

    Thanked by 1FrediBach
  • Nice solution. 🙂

    Creator of jKit – www.fredibach.ch