Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lazuli28allen Friend
    #658562

    I hope to adjust the size of sildeshow lite to 4*2 . But I can’t.
    Is any one knowing how to adjust the size. Thank you !

    Adam M Moderator
    #658879

    Hi @lazuli28allen,

    Please open file templatesja_fixeljsscript.js and look for this code :

    items.filter('.grid-3x2').width(itemWidth * 3).height(itemWidth * 2);

    add new line below it and you can use class grid-4×2 in your module :


    items.filter('.grid-3x2').width(itemWidth * 3).height(itemWidth * 2);
    items.filter('.grid-4x2').width(itemWidth * 4).height(itemWidth * 2);

    Adam M Moderator
    #744768

    Hi @lazuli28allen,

    Please open file templatesja_fixeljsscript.js and look for this code :

    items.filter('.grid-3x2').width(itemWidth * 3).height(itemWidth * 2);

    add new line below it and you can use class grid-4×2 in your module :


    items.filter('.grid-3x2').width(itemWidth * 3).height(itemWidth * 2);
    items.filter('.grid-4x2').width(itemWidth * 4).height(itemWidth * 2);

    lazuli28allen Friend
    #658948

    Thank you. I will try it!

    lazuli28allen Friend
    #744799

    Thank you. I will try it!

    lazuli28allen Friend
    #659072

    It works , Thank you

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  lazuli28allen 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum