jssor thumbnails disappear -
i've looked , looked should simple answer, , reason can't find it.
i'm experimenting amazing slider gleaned example here. i'd happy if mine looked this, considering slider has larger images.
when reset code accommodate larger images lost entire thumbnail panel , black background. lost thumbnail navigation.
you can see my page i've added border. regardless of container size, thumbnails have disappeared either way.
i grateful if points me code or js deals this. appreciate if gave me idea many selectors such .jssora05r , .jssora05rdn, none of have html equivalent , leave me wondering purpose serve or whether can omitted.
please use class name define css slider1_container
.
.slider1_container { position: relative; width: 960px; height: 628px; /*border: 20px solid #e1d9cc;*/ overflow: hidden; /*margin: 90px auto 0;*/ margin: 0 auto; padding-bottom: 0; }
and remove following codes,
@media screen , ( max-width: 1152px ) { .slider1_container { max-width: 92%; border-width: 15px; } } @media screen , ( max-width: 800px ) { .slider1_container { margin-top: 10px; border-width: 10px; max-width: 90%; } } @media screen , ( max-width: 640px ) { .slider1_container { border-width: 5px; } }
and also, jssor.js
missing in code. please replace
<script src="../js/jssor.slider.js" type="text/javascript"></script>
with
<script src="../js/jssor.js" type="text/javascript"></script> <script src="../js/jssor.slider.js" type="text/javascript"></script>
edit
<div id="slider1_container" class="slider1_container" ...
move thumbnails
slides in slides
container. if make slides
container smaller slider1_container
, have rest space place thumbnail navigator
. can use css set position of thumbnailnavigator
, example
<div u="thumbnavigator" class="jssort01" style="left: 0px; bottom: 0px;">
reference:
http://www.jssor.com/development/tip-arrange-layout-adjust-size.html http://www.jssor.com/development/reference-ui-definition.html
Comments
Post a Comment