1. freethud
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 01 February 2018
  5.  Subscribe via email
Hi, my site is http://www.revpharmabio.com
In the mobile version it doesn't view the resized image slideshow but always at the full resolution. Also in the demo version of your template Magnolia there is the same problem: you can view only a size of the slideshow.
How may I resolve? Is there a solution? Have I change the slideshow with another module?
Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To set different slideshow heights depending on screen size you can use the following CSS with the Custom CSS fields for each screen size in the General -> Responsive Options tab of your template settings (edit to taste)...

#container_header {
height: auto !important;
min-height: 400px !important;
}


Alternative slideshow modules can be placed in the showcase-1a module position. For best results remove the padding from this position in the Manual Widths tab of your template settings.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Doesn't work!! The slideshow doesn't resize for its width!! Is it possibile?
thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I'd like the image is full width. Any idea?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Does also adding the following to your Custom CSS field help in any way?...

@media only screen and (max-width: 1024px) {
.vegas-slide-inner {
background-cover: 100% auto !important;
background-position: 0 200px !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
no, It doesn't work
The first string

#container_header {
height: auto !important;
min-height: 400px !important;
}

works better... but there isn't the resize in full width

Don't worry



Hello

Does also adding the following to your Custom CSS field help in any way?...

@media only screen and (max-width: 1024px) {
.vegas-slide-inner {
background-cover: 100% auto !important;
background-position: 0 200px !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!