zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 241 forks source link

Responsiveness issues #193

Open marfatabdullahi opened 9 years ago

marfatabdullahi commented 9 years ago

Hey,

I am having some major issues when resizing the browser. The tip position randomly changes from top to bottom or left to right when resizing.

I am unable to find any help on this, is this a known issue?

bedwar14 commented 9 years ago

I had an issue with this when the size got below 767 pixels wide. I had to go in and remove the check for phone mode since we don't need anything below 1024x768. The main problem I was having is that when it came back from phone mode, it didn't remove the top class and my nub was pointing down when it needed to be pointing left. The css also changes below 767.