NYCS27 Posted September 21 Posted September 21 Site URL: https://gardenia-tuna-h4hx.squarespace.com Hi, I added some code to make my gallery a scrolling image gallery as seen below this, but I now have three of them to display my logo's, but I want one(the middle one) to scroll to the right instead of the left, does anyone know how to do this? The code I used: #page { overflow-x:hidden } .gallery-grid-wrapper { display:flex !important; animation: slideshow 20s linear infinite } .gallery-grid-wrapper .gallery-grid-item { min-width: 20%; margin-right: 1% } @keyframes slideshow { 0% { left: 0; } 100% { left: -110%; } }
tuanphan Posted September 24 Posted September 24 Your site is private. You can follow to share url correct way, we can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment