-
AuthorPosts
-
htomek Friend
htomek
- Join date:
- February 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
January 30, 2011 at 6:04 pm #159538Hi 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
htomek Friendhtomek
- Join date:
- February 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
February 1, 2011 at 7:11 pm #374773I’ve tried to modify css files but with no luck. Does anyone know where is the problem?
ThnxSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 3, 2011 at 1:55 pm #374950Dear htomek,
You can try as following for this issue
Open the file of modulesmod_jaslideshow2assetsscript.js, look for the snap of codethumbsFx_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 !
1 user says Thank You to Sherlock for this useful post
htomek Friendhtomek
- Join date:
- February 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
February 6, 2011 at 8:59 pm #375271Thank you dathq. Now it works 🙂
AuthorPostsViewing 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
Width of active thumbs in slideshow
Viewing 4 posts - 1 through 4 (of 4 total)