html - bxslider adds a width of 1366px to slided element even if setup smaller with css -
i trying implement bxslider make content slide!
even if content div written
<div id="content">
bxslida convert some
<div id="content" style="width: 715%; position: relative; transition-duration: 0s; transform: translate3d(-1366px, 0px, 0px);">
and add more
<div class="bx-clone" style="float: left; list-style: outside none none; position: relative; width: 1366px;">
...and sucks because provides new width of 1366px, if content div correctly setup @ 960px css.
any idea of do?
thanks
Comments
Post a Comment