Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1343690

    Hi,
    i added some videos with lazy load on my page.
    As i would like to make the page look more clutter, i would like to rotate each video for some degrees to left and right (the rotation should be fixed/no movement).
    Please see screenshot.

    How can i do that?

    Kid regards Jak

    #1343698

    Hey Jak,

    Please edit your 4 column elements and give each of them a custom CSS class in Advanced > Developer Settings tab and then add following code to Quick CSS

    .your-custom-column-1 { transform: rotate(5deg); }
    .your-custom-column-2 { transform: rotate(-7deg); }
    .your-custom-column-3 { transform: rotate(3deg); }
    .your-custom-column-4 { transform: rotate(-4deg); }
    

    Cheers!
    Yigit

    #1343706

    Hi Yigit,

    fantastic!!!! Really great! Thank you so much!

    kind regards Jak

    #1343708

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Ho to rotate a video for fixed 5-10 degree’ is closed to new replies.