Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Responsive i18n gallery please
#3
(2013-12-03, 00:04:21)shawn_a Wrote: try width:95% !important;

This doesn't work either. My guess is the cycle plugin code is picking up image dimensions and creating on the fly css which is outputting the width and height. It shows in the view-source as well as shown below.

Code:
<style type="text/css">
      #gallery-cycle-slideshow.gallery-cycle {
        width: 960px;
        height: 400px;
      }
      #gallery-cycle-slideshow.gallery-cycle .gallery-container {
        width: 960px;
        height: 400px;
        position: relative;
      }
      #gallery-cycle-slideshow.gallery-cycle .gallery-text {
                  position:absolute;
          width: 960px;
          bottom: 0;
          background: rgba(0,0,0,0.5);
          color: white;
              }
      #gallery-cycle-slideshow.gallery-cycle .gallery-image {
        width: 960px;
        height: 400px;
      }
      #gallery-cycle-slideshow.gallery-cycle .gallery-control {
                  left: 442px;
          text-align: center;
              }
    </style>
Also disabling the css in gallery settings removes the gallery altogether.
Reply


Messages In This Thread
Responsive i18n gallery please - by andyash - 2013-12-02, 22:39:57
RE: Responsive i18n gallery please - by shawn_a - 2013-12-03, 00:04:21
RE: Responsive i18n gallery please - by andyash - 2013-12-03, 00:45:09
RE: Responsive i18n gallery please - by eatons - 2013-12-03, 02:49:11
RE: Responsive i18n gallery please - by andyash - 2013-12-04, 00:40:05



Users browsing this thread: 1 Guest(s)