Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

how to resize the thumnail size
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: how to resize the thumnail size
#20404
how to resize the thumnail size 12 Years, 6 Months ago Karma: 0
hi,
we purchased ari slider in previous month and i have a question.

I'd like to resize the thumbnail size
(I want to resize the thumbnail 150px for the width and 100px for the height)

but, the problem is that the thumbnail can't be larger than 50px for the width and 33px for the height.

i also tried to resize in slider.css but no result.

is there any solution?

Thanks
The administrator has disabled public write access.
 
#20422
Re:how to resize the thumnail size 12 Years, 6 Months ago Karma: 0
Hi, now, i resized the thumbnail
So, I share to the others how i configed
The thing i made is i edited the class in slider.css




Code:

.ari_slider .ari_slider_menu {
height:110px; /* The height of thumbnail size have to be assigned */
position:relative;
text-align:center!important;
width:100%;
overflow:hidden;
left:0;
z-index:102;
}








Code:

.ari_slider .ari_slider_menu UL LI {
width:160px; /* Width of the thumbnail size that have to be assigned */
display:inline-block;
list-style:none;
height:110px; /* Height of the thumbnail size that have to be assigned */
overflow:hidden;
float:left;
margin:0;
padding:0;
text-align:center;
}

The administrator has disabled public write access.
 
Go to topPage: 1