You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also using adaptiveHeight: true but not worked.
wrong output is like(slide1)-
Hi,
I like
Testy
foods
expexted output(slide1):
Hi, I like Testy foods
The text was updated successfully, but these errors were encountered:
AnkitPandey007
changed the title
On Asynchronous call (Api) the height of slide content is not getting properly...
After getting the carousel data by Asynchronous call (Api) the height of slide content is not getting properly...
Mar 20, 2017
AnkitPandey007
changed the title
After getting the carousel data by Asynchronous call (Api) the height of slide content is not getting properly...
After getting the carousel data by Asynchronous call (Api) the width of slick track is not getting properly...
Mar 21, 2017
JS-
HttpServiceCall.getTestimonialList().then(function(data){
if (data.success == true)
{
$scope.arrTestimonials = data.data;
$scope.isTestimonialsLoded = true;
$scope.slickConfig = {
arrows: true,
dots: false,
infinite: true,
autoplay: true,
autoplaySpeed: 3500,
speed: 1500,
slidesToShow: 1,
slidesToScroll: 1,
fade: true,
cssEase: 'linear',
event: {
beforeChange: function (event, slick, currentSlide, nextSlide) {
},
afterChange: function (event, slick, currentSlide, nextSlide) {
}
}
};
}
});
HTML-
wrong output is like(slide1)-
Hi,
I like
Testy
foods
expexted output(slide1):
Hi, I like Testy foods
The text was updated successfully, but these errors were encountered: