geoffreyrose
-
Slideshow not working in toggle tabs
Hey Aaron, Your problem might be the fact your using max-width: 100%. I have only had problems declaring max-width: 100%. Instead try doing something like this. .class { max-width: 960px; /** Put in whatever is the largest width it wil ever …