Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #595928

    I am using the full width easy slider on my home page to display a slide show above the fold. I would like to make this slide show narrower so it is still full width but not as high… doesn’t take as much room on the page prior to scrolling.

    The “slideshow image and video size” dropdown menu would be the logical place to find this, but even if i select 1500×430, the slideshow seems to remain the same size. How do I change it?

    I have tried dragging it into a 1/1 layout element and it won’t allow itself to go into an element.

    Thanks for your help!!

    page here: http://82a.889.myftpupload.com/

    #596966

    Hi, I posted this a couple of days ago but don’t see a response… can someone help me?

    Thanks!

    #596980

    try to take the full-screen slider instead.
    This i think stops at the bottom of the screenheight.

    #596987

    Thanks… I tried that but it’s still the same issue. The slider is huge — takes up the whole screen below the header. I just want a strip slider, not the whole screen…..

    #596992

    if you don’t have something against unproportional stretching those images you can give the slideshow a custom css class (f.e. : “specialslideshow”)

    the 100vh is the 100% screenhight ! and i substact the header hight here

    .specialslideshow img {
        height: calc(100vh - 150px);
    }

    look (sorry for using your images – if you answer here on my post i will delete them immediately)
    http://webers-testseite.de/enf02/slideshow-special/

    #596993

    Hey!

    Thanks for your help @guenni007 :)
    You can also try using LayerSlider and define the height in settings :)

    Regards,
    Yigit

    #597005

    Great advantage of advanced layerslider – you can determin the responsive behavior.
    so with your pictures you can set the layerslider to 100% width and 688px height and start responsiveness under 1100px etc. pp

    #597081

    Thanks… I tried LayerSlider but the mobile version looked terrible (picture cropped, appeared vertically vs horizontally) so I went back to my original slider which at least looks good on mobile and desktop, just is a little wider than I would like. Seems like this would be so easy to set / fix?

    #597306

    I figured it out (in case others are searching and come across this…) The photos were too narrow and so the slider was stretching them causing them to be shorter. I re-saved all photos at the same pixel size and now I’m good.

    #597346

    Hey!

    Glad you got this sorted. We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/


    @Guenni007
    As always thank you for the tips :)

    Best regards,
    Vinay Kashyap

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.