twentytwenty icon indicating copy to clipboard operation
twentytwenty copied to clipboard

Is somebody able to customize label using JS options ?

Open PubliAlex opened this issue 4 years ago • 0 comments

Here is my code :

// Twenty Twenty
    $(".twentytwenty-container").twentytwenty({
        default_offset_pct: 0.5,
        orientation: 'horizontal',
        before_label: 'LABEL AVANT',
        after_label: 'LABEL APRES',
        move_slider_on_hover: false,
        move_with_handle_only: false,
        click_to_move: true,
  });

Doesn't work, I don't see label at all... any ideas ?

PubliAlex avatar Sep 17 '21 15:09 PubliAlex