-
AuthorPosts
-
March 2, 2014 at 2:33 pm #195365
Hello,
This is my website : http://www.baraamagie.com
Well the problem is in the slides, the backgrounds when it comes, you can see that is it not complete,*
a little part of each slide’s background is hidden, like cut.here the normal background (for the second slide for example) :
the background of slides, have this resolution : 1400×300
But with a pc with a lower resolution is used with the website,I have this problem (background loose a little part of it) :so the question : can I make something to make the slide/background “responsive” and adjustable for all resolutions ?
when I choose in the settings of JA slideshow lite, (“slide” or “rotate”) it is responsive, and backgrounds change resolution selfy
but when I choose “custom” it is no more responsive.what I can change ? like in css or something ?
I am with joomla : 2.5.8
Sorry for my english, I am from Belgium
Thanks a lot.
-
swissa Friend
swissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 2, 2014 at 5:53 pm #524931In your file – http://www.baraamagie.com/templates/ja_zite/css/mod_jaslideshowlite-custom.css
go to this code
@media screen and (max-width: 1280px) and (min-width: 768px)
div.ja-ss-item img {
width: auto;
max-width: none;
}
}and remove the
width: auto;
and it should work. -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by gamirok 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-