Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flexslider bug #1353

Closed
ejlocop opened this issue Jun 9, 2015 · 0 comments
Closed

flexslider bug #1353

ejlocop opened this issue Jun 9, 2015 · 0 comments
Assignees
Projects
Milestone

Comments

@ejlocop
Copy link

ejlocop commented Jun 9, 2015

Hi, im having trouble using flexslider, (http://flexslider.woothemes.com/basic-slider-with-caption.html)
the images on slider didnt show on either $(window).load(), $(window).ready(), $(document).ready();
and how can i set the fixed height of slider images?
(see screenshot)

zx

and here is my code
$(window).ready(function() {
$('.flexslider').flexslider({
animation: "slide"
});
});
// or
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
});
// or
$(document).ready(function() {
$('.flexslider').flexslider({
animation: "slide"
});
});

either ways didnt show proper result. please help.

@jeffikus jeffikus self-assigned this Jun 11, 2015
@jeffikus jeffikus added this to the 2.6.5 milestone Sep 15, 2017
@jeffikus jeffikus added this to Assess in 2.6.5 Sep 15, 2017
@ejlocop ejlocop closed this as completed Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2.6.5
Assess
Development

No branches or pull requests

2 participants