Is there a way to get flexslider to start at specific slide depending an anchor link?
eg.
http://site.com/index.html#slide1 – start at slide 1
http://site.com/index.html#slide3 – start at slide 3
I would like to set it up as a variable on the startAt option that would say something like
if window.location.hash is number , start at number.
The flexslider have an option startAt, it accepts integer value of your slide index.