Skip to content
Discussion options

You must be logged in to vote

Hi,

Sorry, I didn't understand your comment, but you simply set Arrows: true when arrows are needed and Arrows:false when they are not needed:

Fancybox.bind('[data-fancybox]', {
  Carousel: {
    Arrows: false,
    Toolbar: {
      display: {
        left: ['counter'],
        middle: [],
        right: ['thumbs', 'close'],
      },
    },
    breakpoints: {
      '(min-width: 768px)': {
        Arrows: true,
        Toolbar: {
          display: {
            left: ['counter'],
            middle: [
              'zoomIn',
              'zoomOut',
              'toggle1to1',
              'rotateCCW',
              'rotateCW',
              'flipX',
              'flipY',
            ],

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wyykphotos
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants