Tagged: x
-
AuthorPosts
-
June 13, 2016 at 12:00 pm #1039939
Hello,
I have a carousel slideshow with the Slider Revolution containing square images which I show from top to bottom of the page.
When I look at it on an iPhone Portrait the square image will get cropped.
How can I avoid this and show the square image also there?
As the site is not visible to the public yet I will give you login credentials in next private post.
Thank you
BerndJune 13, 2016 at 12:02 pm #1039944This reply has been marked as private.June 13, 2016 at 1:49 pm #1040114Hi There,
After exploring a bit the issue my conclusions are that you need to reduce the size of your images in order that they show as they should in the first round.
If you check on your telephone, the first time the slider load the images are incomplete loaded so they do look bad, on the second round they are already loaded, so my suggestion would be using smaller images that will still statify the definition on desktops of course, and before uploading to slider revolution you could use http://www.tinypng.com to make the pictures lighters.
Hope that helps,
Joao
June 13, 2016 at 2:07 pm #1040141Hi Joao
Thank you for your suggestions and link! But I dont think that it has something to do with the image size as the other slideshows with same image size 1920×1080 (like http://test.dirkkruell.de/portfolio/auto-kalender/) are also not messed up (can also not see some incomplete loaded pictures in Beayuty Messe).
I tried first to load image size 1080×1080, just the simple picture, no white around it, but failed here too.
I do not know if you understood what I mean, see the picture below. On iPhone I would like to see the version shown on the right side.
Thank you
berndJune 14, 2016 at 12:10 am #1040774Hi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width:480px){ .tp-bgimg.defaultimg { background-size: contain !important; } }
Hope that helps.
June 14, 2016 at 1:31 am #1040872Hi Christopher,
sorry, but this has no effect on the Revolution Slider slideshow “Beauty Messe”
I think configurations or CSS codes have to made regarding this slideshow as I want only to change it there.
June 14, 2016 at 3:28 am #1040990Hello
I duplicated Slider Revolution “Beauty Messe” to “Beauty Messe 1080” where I changed all slide images to 1080 x 1080 px (no more white). I modified the slider a little bit but still have no success.
http://test.dirkkruell.de/portfolio/beauty-messe-1080/
What I want sounds simple:
A Slider where a square image is always shown as a square. If the window is big enough it should fill the window 100% vertically. If the window is too narrow it should show the sqaure vertically centered.How to do that?
Thanks for help
BerndJune 14, 2016 at 5:09 am #1041093uff
I created a new slider “Beauty Messe 3”
http://test.dirkkruell.de/portfolio/beauty-messe-3/Seems to be perfect. Just one problem:
On the right side of the browser window I still see the scrollbar. How to disable that here?June 14, 2016 at 6:47 am #1041209Hi there,
Please add following code in Customize -> Custom -> CSS :
body { overflow: hidden; }
Hope that helps.
June 14, 2016 at 6:59 am #1041222Hi Christopher
supi: that worked!
Thank you
June 14, 2016 at 9:46 am #1041467Great to hear it!
Let us know if you need help with anything else.
Joao
-
AuthorPosts