• I am trying to have a different 20/20 image in each tab (or accordion segment). However, only the first one is showing up. Any idea what you be going on?

    Thanks so much,
    K

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi!
    I’m having the same issue, did you manage to solve this?

    Thanks!

    Thread Starter kkw2709

    (@kkw2709)

    No, unfortunately not ??

    you can use it in your tabs or other with code.
    where click on your tab run twentytwenty function on .twentytwenty-container element.
    add this code in one of your javascript files:

    $(document).on('click', '.your-tab-class', function () { 
            jQuery(".twentytwenty-container[data-orientation!='vertical']").twentytwenty({default_offset_pct: 0.5})
            });
    • This reply was modified 5 years, 10 months ago by omidadhmyani.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working in accordion or tabs?’ is closed to new replies.