issue about resizing on FFox & IE
-
Hi, first of all thanks for thi graet slider plugin
Im using Karma for this project and I have a problem with IE and firefox( on xp and OSX)
I know Im not far from the solution…. but, some help will be great ??my link: https://webbdox.com/karma/
on my css:
.soliloquy-container{
width: 1440px;
margin: 0 auto !important;
}.flex-container { margin: 0 auto !important; }
on my home page template:
<div id=”main”><?php if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ‘5728’ );?>
soliloquy-dev
/* Responsive Design
———————————————————— */@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.soliloquy-container .soliloquy-direction-nav li .soliloquy-next {
background: url(‘images/[email protected]’) no-repeat scroll 0 -20px;
background-size: 100%;
}.soliloquy-container .soliloquy-direction-nav li .soliloquy-prev {
background: url(‘images/[email protected]’) no-repeat scroll 0 0;
background-size: 100%;
}.soliloquy-container .soliloquy-control-nav li a {
background: url(‘images/[email protected]’) no-repeat scroll 0 0;
background-size: 100%;
height: 15px;
}.soliloquy-container .soliloquy-control-nav li a:hover,
.soliloquy-container .soliloquy-control-nav li a.active,
.soliloquy-container .soliloquy-control-nav li a.soliloquy-active {
background-position: 0 -15px;
}}
@media only screen and (max-width: 800px) {
.soliloquy-container .soliloquy-caption-inside {
font-size: 12px;
}}
@media only screen and (max-width: 600px) {
.soliloquy-container .soliloquy-caption-inside {
bottom: auto;
top: 0;
}}
Chrome both XP and OSX, Ipad/iphone +android
works perfectly
FireFox under XP 7 and OSX:
The slide is not resizing until 1020px width, (ipad like) then works normaly…IE
It take like 4 sec to resize the first slide then like 1sec to resize the other slides…Thanks a lot ??
- The topic ‘issue about resizing on FFox & IE’ is closed to new replies.