Close

Profile: DIV

Avatar

User posts

8 years ago


hi,I try to customize code but still it's not display in proper format
(here is my code) :

<script type="text/javascript">
    jQuery(document).ready(function() {
        jQuery('#carousel').jcarousel({
            vertical: true,
            scroll: 1,
            orientation: vertical,
            numVisible: 4,
            wrap: 'both',
            size: @imagesCount,
            rtl: @supportRtl.ToString(System.Globalization.CultureInfo.InvariantCulture).ToLower()
        });

        jQuery(".jcarousel-prev, .jcarousel-next").disableTextSelect();
    });




any idea ?

8 years ago

Hello Team, how to set vertically alignment of  JCarousel in Cloud Zoom plugin