• Hi there would you please be able to advise a work around on how to enable center mode when using the livemesh carousel?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter joshgriffey

    (@joshgriffey)

    Any ideas?

    Plugin Author livemesh

    (@livemesh)

    You can enable the same only by making code change in assets/js/lsow-frontend.js (or lsow-frontend.min.js) at line number 107. Pls insert the following two lines of code there –

    
      centerMode: true,
      centerPadding: '60px',

    to enable center mode.

    Thread Starter joshgriffey

    (@joshgriffey)

    Thank you for your reply.

    I had a look in assets/js/ but could only find lvca-frontend.js & lvca-frontend.min.js which seems to be controlling the carousel so tried inserting

    centerMode: true,
    centerPadding: ’60px’,

    at 107 like suggested but haven’t seen any change.

    See this link https://galaxyr1.disch.com.au/stoop/ where i’m trying to get the slick-current in the middle

    Any help is much appreciated.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Carousel – Slick center mode’ is closed to new replies.