I tried using the following CSS but it causes the site to lock up:
- Code: Select all
#gkIs-gk-is-126 { max-width: 100%!important; height: auto!important; }
#gkIs-gk-is-126 .gkIsImage { max-width: 100%!important; height: auto!important; }
#gkIs-gk-is-126 .gkIsImageAnimArea { max-width: 100%!important; height: auto!important; }
I think maybe the javascript that processes the eSport slideshow expects pixels in the parameters for height and width and when you make them "auto", it causes problems...any workaround possible?