use eSport slideshow type but need responsive

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 03, 2012 9:19 pm
Reply with quote
Report this post
Is it possible to use the eSport Image Show GK4 style but still maintain the responsive design of the Bike Store template?

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?
User avatar
Senior Boarder

GK User
Thu Oct 04, 2012 10:08 am
Reply with quote
Report this post
You need to use media queries to achieve 'responsive' layout. Here you will find some tutorial http://css-tricks.com/css-media-queries/.
User avatar
Platinum Boarder


cron