Jump to content

В слайдере растягиваются картинки, как сделать, что б выводился оригинальный размер?


Recommended Posts

support

Попробуйте в /app/webroot/css/sequencejs.css поменять:

#sequence-theme .image {
  right: 50%;
  bottom: -50%;
  opacity: 0;
  z-index: 999;
  position: absolute;
  height: auto !important;
  width: 40%;
}

на:

#sequence-theme .image {
  right: 50%;
  bottom: -50%;
  opacity: 0;
  z-index: 999;
  position: absolute;
  height: auto !important;
}

Тогда картинка в слайдере растягиваться не будет.

Link to post
Share on other sites
×
×
  • Create New...