Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • htomek Friend
    #159538

    Hi guys!

    I’m having one little problem with size of custom defined thumbnails in ja_slideshow2 module.
    The default size is 60×60 and everything looks fine. But when I change Thumbnail width into 80px then the active hover opacity doesnt move for 80px, but for 60px (see the picture below).
    How can I solve this problem?

    Thnx


    1. thumbnail
    htomek Friend
    #374773

    I’ve tried to modify css files but with no luck. Does anyone know where is the problem?
    Thnx

    Sherlock Friend
    #374950

    Dear htomek,

    You can try as following for this issue
    Open the file of modulesmod_jaslideshow2assetsscript.js, look for the snap of code

    thumbsFx_mask.start((currentIndex – this.options.startItem)*this.options.itemHeight-2000);
    thumbsFx_thumbs.start(-this.options.startItem*this.options.itemHeight);
    thumbsFx_handles.start(-this.options.startItem*this.options.itemHeight);

    and change it to

    thumbsFx_mask.start((currentIndex – this.options.startItem)*this.options.itemWidth-2000);
    thumbsFx_thumbs.start(-this.options.startItem*this.options.itemWidth);
    thumbsFx_handles.start(-this.options.startItem*this.options.itemWidth);

    I think that would help !

    htomek Friend
    #375271

    Thank you dathq. Now it works 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  htomek 13 years, 9 months ago.

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