I am really sorry, but, unfortunately, there is no way to adjust the Slider responsiveness for vertical and horizontal orientations the way you’ve shown in your example.
You can try using the CSS code below. It makes the widget fill the screen space, but the image text is getting cropped this way:
I agree that the suggested workaround doesn’t fully meet your case, but, unfortunately, there is no other way to adjust the widget’s appearance on mobile devices for vertical and horizontal orientations. I am really sorry
Technically, it’s possible to adjust the appearance of the Slider widget on mobile devices for vertical and horizontal orientations, but they won’t look neat:
The main problem here is the aspect ratio of the images in your widget. In the slider on this website, most images have a height approximately 1.2 times their width, with a height difference of around 200-300 pixels on most screens.
While these images get cropped on some devices, it’s usually the height that’s cut off, which isn’t very noticeable.
However, images in your Slider widget have a width ~2 times greater than the height, so it’s impossible to resize them nicely.
Please let me know if this clarifies things or if you have any further questions
As I’ve mentioned in my previous message, unfortunately, it’s possible to make the images in your Slider widget look similar to the sliders on the website you’ve sent to me.
Yes, it’s possible to make them fill the screen like in your example, but the images will have poor quality in this case. This happens because of the image aspect ratio.
The height of the slider images from this website is 1.2 times greater than the width. The images get cropped a bit on the top, which isn’t quite noticeable, and the images look neat in vertical and horizontal orientation.
In your case, the image width is almost 2 times greater than the height, that’s why it’s impossible to make the images fill the screen in different orientations and keep the high resolution at the same moment.
Please let me know if this clarifies the situation or if any further questions come up
The thing is not in the code used for the sliders in your examples, but in the aspect ratio of the images used in your widget.
In the examples provided, most images have a height that is roughly 1.2 times their width, resulting in a height difference of 200–300 pixels on most screens.
Sometimes these images get cut off a bit on some devices, but it’s usually the bottom part that’s missing, which isn’t a big deal.
However, in your Slider widget, the images have a width that is approximately twice the height, making it impossible to resize them nicely.
Please let me know if it clarifies the situation or if you have any questtions left
You can use different dimensions in pixels, it’s just important to keep the required image ratio. However, here are the dimensions recommended by our devs: 960x1280; 922x1152