-
AuthorPosts
-
August 7, 2012 at 10:57 pm #179743
Hello,
JA Imageshow Lite is not resizing properly on mobile devices or upon browser resizing. Please check image attached or explore it at http://lightstyle.co.nz/sites/brooklyn
Any suggestions?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 8, 2012 at 8:06 am #463571Hi lightstylens,
You could open the file of templates/ja_lens/css/layout-mobile-portrait.css and adding this css
.ja-ss-btns {top: 15% !important;
}
I hope it would help !
August 13, 2012 at 11:17 pm #464104Hi Sherlock,
I’m affraid that the solution didn’t work. A few points to consider;
Under Responsinator’s http://www.responsinator.com/?url=http%3A%2F%2Flightstyle.co.nz%2Fsites%2Fbrooklyn “Crappy Android landscape 320 x 240” it also displays the issue so the fix may have to be applied to other css as well?
When I use the slideshow at the homepage and within a module that is not using the whole width of the screen I DO HAVE the issue http://lightstyle.co.nz/sites/brooklyn/
When I use the “original”slideshow http://lightstyle.co.nz/sites/brooklyn/index.php/photos/slideshow I DO NOT HAVE the issue.
I hope it doesn’t mean that the slideshow is only functional on a full width display/module position.
Thanks,
AndreSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 14, 2012 at 2:40 am #464117Hi lightstylenz,
You could try as following
Open the file of templates/ja_lens/css/mod_jaslideshowlite.css look for this css.ja-ss-btns {
position: absolute;
right: 0;
top: 45%;
width: 100%;
z-index: 20;
}And change it to
.ja-ss-btns {
margin-top: -40px;
position: absolute;
right: 0;
top: 50%;
width: 100%;
z-index: 20;
}I hope this change would help !
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Imageshow Lite resizing issue
Viewing 4 posts - 1 through 4 (of 4 total)