Okay
  Public Ticket #258946
Parallax image looks zoomed
Closed

Comments

  • Alfiya started the conversation
    Hello team! we are using your awesome parallax feature for the homepage. But the uploaded image looks zoomed. In your code you are using height and weight: 120% - it stretch unnaturally the image. If I put height and weight at 100% I have holes at right and on bottom.

    .wpb_row .nectar-parallax-scene div { backface-visibility: hidden; background-size: cover; height: 120%; margin-bottom: 0 !important; margin-left: -10%; max-width: none; min-height: 100%; position: relative; top: -10%; transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; width: 120%; }

    Is it possible to have your parallax and to have image originally represented (without zoomed effect)? I watched your tutorial about parallax setup but there is no information about image sizing: https://www.youtube.com/watch?v=NIgi-YyspcE Thank you very much in advance! Alfiya
  •  8,839
    Tahir replied

    Hey Alifya!

    In the demo we use 1920 by 750 images. Please try these dimensions. As regards your zoom question i am afraid its needed for the parallax to work.

    Thanks


    ThemeNectar Support Team