Тёмный

How to create horizontal scrolling images in Squarespace / Squarespace Scrolling Images Tutorial 

InsideTheSquare - Squarespace Tutorials
Подписаться 25 тыс.
Просмотров 35 тыс.
50% 1

The scrolling marquee block is an exciting content block available in Squarespace. The second it came out, I released a brand new video to teach people how to use it! The number one thing that people wanted to do was display images in this content, which it just couldn’t do.
But lucky for us, we can still make that magic happen on a Squarespace website thanks to CSS!
In this tutorial, you’ll learn how to set up a gallery section in Squarespace 7.1 and then use custom code to animate it so the images scroll across the screen.
When you’re ready to give it a try, watch the tutorial video and follow these steps:
Step 1: Create a Gallery Section First things first, you’ll need to create a Gallery Section in Squarespace. To do this, open up your site editor, and select Add Section. Select Images from the menu and pick an auto layout indicated by the ⓘ in the top right-hand corner of the preview.
Step 2: Add Your Images Upload your images to the gallery section and be sure to set the design layout to Grid: Simple.
Step 3: Add Custom CSS Now for the fun part - adding some custom CSS to create the scrolling effect! For this scrolling image marquee, we’ll be using the CSS animation property. Here’s the code you’ll need to add.
#page {
overflow-x:hidden
}
.gallery-grid-wrapper {
display:flex !important;
animation: slideshow 30s linear infinite
}
.gallery-grid-wrapper .gallery-grid-item {
min-width: 50%;
margin-right: 5%
}
@keyframes slideshow {
0% { left: 0; }
100% { left: -225%; }
}
Step 4: Update the code time, width, and keyframe percentage for your unique website style
Optional: use the collection id to apply this animation to a specific gallery section. Here is a link to the free Chrome extension that I used in the video; not affiliated with this extension or its creators, just a fan! chrome.google.com/webstore/de...
And there you have it - a set if horizontally scrolling images on your Squarespace website! With a bit of custom CSS, you can create a unique and eye-catching effect that will impress visitors and make your site uniquely yours.
Ready for more? Get instant access to my collection of custom codes specifically for Squarespace! insidethesquare.co/css
- - -
❤️ Like this tutorial? Buy me a coffee to say thanks! ☕ buymeacoffee.com/insidethesquare
- - -
⭐ NEW: List of my top 7 FREE Squarespace tutorials: insidethesquare.co/top7
📑 Download my collection of CSS codes for Squarespace at insidethesquare.co/css
🙋 Need some help? Visit ​insidethesquare.co/code-help​ to see my current support options.
- - -
💻 WEBSITE → insidethesquare.co
📧 NEWSLETTER → insidethesquare.co/email
🤳 INSTAGRAM → / thinkinsidethesquare
👍 FACEBOOK → / insidethesquare
📌 PINTEREST → / insidethesquare
- - -
💸 GET 10% OFF YOUR FIRST YEAR OF SQUARESPACE 💸 Use my affiliate link and code INSIDE10 - You'll save 10% off your first annual subscription & Squarespace will give me a little commission for sending you their way 😎 🔗 INSIDE10 → insidethesquare.co/inside10
- - -
The term "Squarespace" is a trademark of Squarespace, Inc. This video was not approved or endorsed by Squarespace, Inc. I just really love their platform ♥

Опубликовано:

 

17 апр 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 188   
@InsideTheSquare
@InsideTheSquare Год назад
⚠️ IMPORTANT CSS UPDATE ⚠️ When logging into Squarespace, if you see the word "Website" at the top of your menu, you are using their new internal navigation! To edit the CSS of your Squarespace website, click on the word "Website" and scroll to the bottom of the list of pages. Here you'll see "Website Tools" - click on that option and select "Custom CSS" to open the CSS panel and add your code here. For more information, watch this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-euJqHXs_L1M.html
@JimSewell
@JimSewell 8 месяцев назад
This is exactly what I needed for my church's website and I got it running in about 10 minutes. Thank you!
@InsideTheSquare
@InsideTheSquare 8 месяцев назад
You’re so welcome - happy to help! ☺️
@konaing2827
@konaing2827 Год назад
Thanks Becca. Your tutorials are always helpful.🙏
@InsideTheSquare
@InsideTheSquare Год назад
You’re welcome! Happy to help. 😎
@rrheadlabs
@rrheadlabs Год назад
This is amazing, your tutorials are so helpful!
@InsideTheSquare
@InsideTheSquare Год назад
You’re welcome! Happy to help. 😎
@r.m.chastain.creative
@r.m.chastain.creative 6 месяцев назад
Almost 9 months later and this still works like a charm. Thank you so much for making this!
@InsideTheSquare
@InsideTheSquare 6 месяцев назад
You're so welcome - happy to help!
@jeffdenapoli
@jeffdenapoli 6 месяцев назад
found this and had a grid looking and moving exactly how I wanted it in maybe 6 minutes. unbelievable - thanks!
@InsideTheSquare
@InsideTheSquare 6 месяцев назад
You're welcome; happy to help!
@OrincyWhyteDesigns
@OrincyWhyteDesigns 5 месяцев назад
Haven’t played with vanilla css animations in a while!! Incredible video!
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
Thanks!! CSS is such a great way to make a good Squarespace website a great one 😉
@GK__18
@GK__18 10 месяцев назад
Thank you very much! This is very helpful and clear👍👍👍
@InsideTheSquare
@InsideTheSquare 10 месяцев назад
You are welcome - happy to help! ☺️
@erisiabatto
@erisiabatto 7 месяцев назад
works like a treat! thanks for this! 🤩
@InsideTheSquare
@InsideTheSquare 7 месяцев назад
You're welcome 😊
@hmg7871
@hmg7871 Год назад
Another great option, thank you!
@InsideTheSquare
@InsideTheSquare Год назад
You're welcome - glad you like it! 🥰
@NTH0921
@NTH0921 7 месяцев назад
YOU ARE THE SQUARESPACE GURU!!!
@InsideTheSquare
@InsideTheSquare 7 месяцев назад
Thank you!! 🥰
@nickjohnso
@nickjohnso 4 месяца назад
This is great! Thank you! I wish there was a way to have it infinity scroll, like the first image following the last, but for most use cases, mine included, this is great!
@joshuaharris7931
@joshuaharris7931 4 месяца назад
Would love to have it infinitely scroll as well
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Technically the animation is infinite! If you can't get it to repeat, try adjusting the keyframe percentage so it wont go so far off the screen, or adding your images more than once and increasing that keyframe percentage.
@emmanuellemagnan3405
@emmanuellemagnan3405 Год назад
you're the BEST! thank you so much :)
@InsideTheSquare
@InsideTheSquare Год назад
Yay - so happy my tutorials are helping you rock your Squarespace site 🥳
@SalenaLisner
@SalenaLisner 23 дня назад
Also adding a comment for infinite looping here! I was having an issue where my gallery would glitch start over from the beginning, so I added images one two and three again and adjusted the timing and keyframe percentages until it was perfectly lined up. It's technically still "restarting" but by the time those repeat images show up on the very left, it is perfectly restarted to the original first three images so that restart glitch isn't visible. I will say that this is entirely dependent on how many images and columns you have too (as in how many images are visible on your screen from left to right, mine happens to be 3 image screen width). Anyway, just something that is definitely fixable with a lot of little tweaks!
@InsideTheSquare
@InsideTheSquare 23 дня назад
Fantastic! I love your creative problem solving - this level of curiosity & perseverance is what makes a good Squarespacer great 😊
@azncowman
@azncowman 10 месяцев назад
Thank you so much!
@InsideTheSquare
@InsideTheSquare 10 месяцев назад
You're welcome! ☺️
@BrandonWalowitz
@BrandonWalowitz 10 месяцев назад
Amazing - thank you
@InsideTheSquare
@InsideTheSquare 10 месяцев назад
You’re so welcome - happy to help!☺️
@LeilaniPatrick-so7eu
@LeilaniPatrick-so7eu 2 месяца назад
Perfect, thank you!
@InsideTheSquare
@InsideTheSquare 2 месяца назад
You're so welcome! :)
@Moe-Talks
@Moe-Talks 5 месяцев назад
Ugg this was so good. Thank you.
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
You're so welcome! 😊
@Moe-Talks
@Moe-Talks 5 месяцев назад
Please enjoy those cups of coffee I just sent. Thanks again.@@InsideTheSquare
@lennox5578
@lennox5578 7 месяцев назад
Thank you for sharing😇
@InsideTheSquare
@InsideTheSquare 7 месяцев назад
You are so welcome 😊
@Annastasia13
@Annastasia13 Год назад
Thanks, Becca! You create such great content and I so appreciate it. (I was so excited when I saw this video pop up in my notifications - I've been trying to figure out how to do this without a plugin). I'm wondering if there is a way to customize the height of the gallery - would that be margin-top and margin-bottom or height in vh? e.g height: 45vh !important;
@InsideTheSquare
@InsideTheSquare Год назад
Changing the width of the images will actually alter the height! Check out the 4:25 minute mark of the video to see how that works.
@ThamarCampbell
@ThamarCampbell 22 дня назад
This is super helpful. Thanks! Some of my images are cropped, even after playing with the aspect ratios in the settings and the min-width % in the script. Is there another way to adjust the size of images that run long horizontally so they fit in the container?
@InsideTheSquare
@InsideTheSquare 16 дней назад
The aspect ratio of the container is a Squarespace default that we can't easily overwrite. I don't have a tutorial fix just yet, but stay tuned!
@tuanvinhnguyen1312
@tuanvinhnguyen1312 8 месяцев назад
Thanks Becca a lot for this tutorial ! I'd like to know if you encounter the problem of jittery when images are moving to the left, the horizontal scroll works great in my site but it seems that the images border are flickering, a bit laggy when moving, how would you fix this problem?
@InsideTheSquare
@InsideTheSquare 8 месяцев назад
Interesting! That sounds like a load lag issue; potentially an issue with the size of the images but it's hard to say without seeing it in action. Feel free to send me a link and I'll take a look: support-at-insidethesquare.co
@madisonbaker6478
@madisonbaker6478 Год назад
Hey Becca! This is SO helpful! I'm having a hard time finding a tool that will allow me to save my photos with the needed aspect ratio and transparent background. Everything I have tried just wants to crop the photo to that aspect ratio which isn't what I'm wanting. I've tried Photos on my Mac as well as Preview and Canva. Any ideas?
@InsideTheSquare
@InsideTheSquare 11 месяцев назад
This is a great question! I have a workaround I’ve used via Canva. Set up a specific size canvas and then add your images in the ratio you want, then export as a PNG with a transparent background. The canvas/files will all be the same dimensions but the images will keep their own ratio. Hope that idea helps and best of luck with your site!
@josheddy6905
@josheddy6905 4 месяца назад
Thank you so much for your help with this! Improved our website home page significantly. Is there any way to do different scaling of the gallery for mobile and for desktop? The images appear to small on mobile, but if I increase the width, the desktop get too big. Thanks!
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Great question! You can set up media queries to change values for specific screen sizes. I've got some more info on how to do that here: insidethesquare.co/mobile
@nicolaslondon
@nicolaslondon 5 месяцев назад
Hi becca, thanks for this video. when all immages were showed the animation restart roughly restarting from the first immage. How to avoid this ?
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
If you want it to restart from a different position, you can always add the images again! Hope that workaround helps with your project.
@jamis6888
@jamis6888 8 месяцев назад
Love this! Thank you so much! Is there a way to get it so it's one size on desktop but bigger on mobile?
@InsideTheSquare
@InsideTheSquare 7 месяцев назад
Great question! You can totally use a media query to increase the height on smaller screens. Here is an article with more info: insidethesquare.co/mobile
@omarhealsTODAY
@omarhealsTODAY 6 месяцев назад
@@InsideTheSquare Where do we insert the media query code in this instance? I've tried it in a couple of different places with no success
@brunotraverso9927
@brunotraverso9927 8 дней назад
Genius!!
@InsideTheSquare
@InsideTheSquare 8 дней назад
Thank you ☺️
@joshluttrellrealtor1899
@joshluttrellrealtor1899 9 месяцев назад
Thanks Becca! Very helpful. I have a lot of photos in my gallery and it seems to restart after 30 seconds and doesn't show all my photos. Is there anyway to have all photos in my gallery included?
@InsideTheSquare
@InsideTheSquare 9 месяцев назад
You need to increasing the length of time and the percentage to fit the entire collection on the screen.👍👍
@AsSyrIan29
@AsSyrIan29 Год назад
Hey Becca, thank you. But what code do I need to have different Mobile and Desktop sizes?
@InsideTheSquare
@InsideTheSquare Год назад
Hey there! You can check out this tutorial that will teach you how to create an alternate layout for mobile: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AQnwhitEqnI.html
@dripps
@dripps 5 месяцев назад
Something to note that took me a while to troubleshoot and might help someone else out: If you want two scrolling slideshows on your website with different variables for speed and length, first copy and paste the code twice and input different sections in front of the corresponding .gallery-grid-wrapper like she explains in the video. Then what I learned is where you see the word "slideshow" in 2 places (animation: slideshow and @keyframes slideshow) that is a variable, and you need to name it something new (slideshow2, photos2, etc.) on the second slideshow.
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
This is a great tip - thanks for sharing!
@karimcunha
@karimcunha 10 месяцев назад
Hi, is there a way to adjust the size only on the phone version? Because to get the perfect size on the phone, on the desktop it will be too big. Thanks!
@InsideTheSquare
@InsideTheSquare 10 месяцев назад
Great question! You can try creating two sections - one perfect for mobile and the other for desktop. Here is a tutorial that can help: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AQnwhitEqnI.html
@user-wd6ps1tr3l
@user-wd6ps1tr3l Год назад
Thanks so much for this! I've added the code. It's working great. However, the infite stroll has a hug gap after the last logo and continues to scroll for a bit until it shows the first logo again. Could you please help?
@InsideTheSquare
@InsideTheSquare Год назад
Just make sure you adjust the time (s for seconds)and the width so it looks perfect for your image ratio :)
@user-xn8tl5rz4k
@user-xn8tl5rz4k 7 месяцев назад
Hi! This tutorial was incredibly helpful, thank you so much. I would only like the scroll to happen on the homepage however, I see it affects the other pages with gallery images. How do I keep to just the home page? Thanks!
@hilaryt
@hilaryt 7 месяцев назад
She talks about this at 6:35 in the video
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Thanks @hilaryt - I'll have to start adding more chapters to my videos!
@gabeblanco4812
@gabeblanco4812 10 месяцев назад
Is there a way we can do the same but for a background image? I'm trying to create a rotating background for a splash page.
@InsideTheSquare
@InsideTheSquare 10 месяцев назад
Interesting idea! I don't have a code for that but I'll be sure to add it to my tutorial to do list. Stay tuned 🙌
@LILIDALE-ke6dt
@LILIDALE-ke6dt Год назад
Please help! How can I make a section move in the opposite direction? I'm trying to add one underneath and copying both section ID codes, but they both are showing up as static.
@InsideTheSquare
@InsideTheSquare Год назад
Change the "left" in the code to "right" and that should help!
@MeggieMoonASMR
@MeggieMoonASMR Год назад
Is there a way to have a set of three image blocks on Squarespace where the images fade in and out to other images?
@InsideTheSquare
@InsideTheSquare Год назад
I’d recommend creating a gif instead of using code for that! You can upload a gif to any image block 🙌
@madithomp7
@madithomp7 3 месяца назад
Is it possible to create this but without it automatically scrolling? So if people using your site on their phone could swipe through the blocks, but the blocks not automatically moving? I'm trying to create this for a sort of navigation panel at the bottom of my site where each individual photo links to a project page on the website, so people can swipe through and choose which project page they want to visit.
@InsideTheSquare
@InsideTheSquare 3 месяца назад
Absolutely - you dont need to have the scroll feature at all! Just skip the code and use an auto layout like a list section or gallery section. Here is a podcast episode with more info about those section types so you can be sure you're picking the right one for your project: insidethesquare.co/podcast/03
@madalinejenkins9798
@madalinejenkins9798 4 месяца назад
Hi! I love this and it works flawlessly! My images are pixelated and look slightly blurry when using the scrolling gallery - any tips on that? Thank you!
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Intersting! I know Sqsp has been making some adjustments to image storage lately; I'd clear your cache and try it again in a few days to see if it "fixes" itself. 😉
@georgioskont
@georgioskont 3 месяца назад
I'm getting the same issue as well. My images are so blurry that I can't really use them. I cleared the cache and it's still the same. The latest images I uploaded are 3163x2372, which I think is an overkill for websites. Any thoughts? Thank you!
@orodas7671
@orodas7671 6 месяцев назад
you made it sooo easy.. thank you... question it is only letting rotate seven photos, is that the max? or is there a way to add more? thank you
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Great question! You can totally add more - just adjust the other values to accommodate the additional space.
@michelleschmidt2458
@michelleschmidt2458 2 месяца назад
But how? There's no option in the gallery
@jessicaamsberry5218
@jessicaamsberry5218 Год назад
Thanks for the tutorial! Do you know if there's a way to adjust the size of the images in mobile? They are currently very small!
@InsideTheSquare
@InsideTheSquare Год назад
You'll need to add a little more code-- this tutorial should be able to help you out. It will teach you how to create an alternate layout for mobile: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AQnwhitEqnI.html
@isabelcarluen1350
@isabelcarluen1350 Год назад
I have the same question! Is there a way to change the size of the images on mobile only? Thank you so much!
@AudreyandmeAu
@AudreyandmeAu Год назад
Is there a way to add a title to the scrolling gallery? Like 'brands we've worked with'?
@InsideTheSquare
@InsideTheSquare Год назад
Great question Audrey! You can add a section before it with text, and align that section content to the bottom so it looks like the same section.
@tjayendeyoumans8953
@tjayendeyoumans8953 5 месяцев назад
Can this be done with a List Section? I want to add poetry to my images (while keeping them moving.
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
Great question! I don't have a code for that yet, but I can add it to my tutorial to do list; stay tuned 😉
@zomzom7802
@zomzom7802 9 дней назад
Thank you Becca! This is really helpful. By the way, I've been trying to figure out how I could make a background transparent/ or replace a background with an image. Could you please help? I'd really appreciate 🙏
@InsideTheSquare
@InsideTheSquare 2 дня назад
This is such a great question! I think it's kinda wild that Squarespace wont let us use a background image for this type of section; why this one?! 🫠 I don't have a code for it just yet but I'll add it to my to do list - stay tuned.
@zomzom7802
@zomzom7802 День назад
@@InsideTheSquare You’re the best. Thank you! 🙏🏻🥰
@marianadehood
@marianadehood 11 месяцев назад
Hey Becca! I hope you can help me with this, I did two sections one after the other so I can use one for desktop and one for mobile, it seems that the keyframes in the second section also affect the first section (it keeps going until it disappears and then after a couple of seconds starts back again and If I delete the second section then it's fine) I've checked that I added the correct section data before both .gallery-grid-wrapper's.
@InsideTheSquare
@InsideTheSquare 11 месяцев назад
That's so strange - especially since you are using the dat section id! Can you send me a link? I'm happy to take a look at your source code to try to track down the problem: insidethesquare.co/contact
@resonancemarketing
@resonancemarketing 7 месяцев назад
I'm having the same issue. Were you able to find a solution? - Kelly
@danielz.baraka7347
@danielz.baraka7347 6 месяцев назад
Hello Becca, Thank you so much for such a great tutorial. I was looking for this for a long time and your video made it so great and easy for me. I have problem however. On mobile the height of my gallery is so small. I would love for it to take 50 or 60 vh. I tried your tutorial from changing gallery height to no avail. Would you be able to help me with this please? Thank you very much!
@omarhealsTODAY
@omarhealsTODAY 6 месяцев назад
Having the same issue on mobile. I can adjust the height to look good, but then its way too big on desktop
@InsideTheSquare
@InsideTheSquare 4 месяца назад
You can create a media query to change sizes on mobile! Check out this article for more info: insidethesquare.co/mobile
@KerryLyons
@KerryLyons Месяц назад
This was super helpful - thank you so much. It'd be great to get some guidance on the mobile layout if possible? I have a logo slideshow that either looks great on desktop, but minuscule and illegible on mobile, or great on mobile, but large and oversized on desktop. So grateful for your support 🙏🏻
@InsideTheSquare
@InsideTheSquare Месяц назад
This is a great question - I have a separate tutorial that can help: insidethesquare.co/squarespace-tutorials/gallery-section-mobile-size
@KerryLyons
@KerryLyons День назад
@@InsideTheSquare Thank you so much ❤ I wonder is there any way to 'clip' the carousel at the frame of mobile resolution parameters, rather than it continue hidden out of frame? With this solution, if users attempt to scroll the images from right to left to see more of the images, the full-desktop-width of images becomes visible which 'breaks' the framing in a mobile browser. I'd love to hear your thoughts 🙏🏻
@rotick62
@rotick62 Год назад
Hi becca, thanks for this. Is there a way to expand the number of images in the gallery loop? At the momentI can only get to 6 columns and that means quite a small scroll. Any thoughts? Thanks again! Rohan😀
@InsideTheSquare
@InsideTheSquare Год назад
Great question Rohan! I set this up on my cheat sheet landing page and ended up using 18 in total. Just make sure you adjust the time (s for seconds)and the width so it looks perfect for your image ratio :)
@rrheadlabs
@rrheadlabs Год назад
@@InsideTheSquare Hi! I want to do the same. Is the cheat sheet available for purchase on your site?
@rotick62
@rotick62 Год назад
@@InsideTheSquare thanks!😃
@KPIChloe
@KPIChloe Год назад
@@InsideTheSquare Hi Becca, I just bought the cheat sheet but can't find where the details for setting up a version with more images. Where is the best place to find that information? Thanks!
@adrianvanderlee5236
@adrianvanderlee5236 2 месяца назад
Hi Becca - this is great thank you. Quick question, I only want to apply this to the gallery on my home page but even when I put in the section ID - section[data-section-id="664dfaf7c3a89904185c92b0"] - before the code, it continues to apply it to all galleries on my website. What an I doing wrong? Thank you.
@adrianvanderlee5236
@adrianvanderlee5236 2 месяца назад
I've just re-watched the tutorial and I was putting the ID at the top of the code section rather than before each gallery-grid-wrapper - doh! Thanks again, love these tutorials!
@InsideTheSquare
@InsideTheSquare 2 месяца назад
Glad you were able to figure it out - that kind of "ah-ha" moment is what got me hoooked on creating custom code 🙌 Congrats on this one and best of luck with your project :)
@zimmatron
@zimmatron 4 месяца назад
Hi is there a way i can add title / paragraph above the scrolling animation please i currently have a title but it is a massive gap between the animation and the title so would like it to be 10 pixels apart
@InsideTheSquare
@InsideTheSquare 4 месяца назад
You can add a simple page section above it! As long as you don't have a border it will look seamless :)
@zimmatron
@zimmatron 4 месяца назад
@@InsideTheSquare Thank you so much.. i had done exactly what you suggested works like a treat.
@paulchristin
@paulchristin 7 месяцев назад
Can this work for video blocks as well? Thank you!
@InsideTheSquare
@InsideTheSquare 7 месяцев назад
Not this code, but I like the idea! I'll be sure to add it to my tutorial to do list; stay tuned. 😊
@zimmatron
@zimmatron 3 месяца назад
Hey quick question, if i wanted to give the impression of an infinitate loop (e.g. not restarting) would i just duplicate all the images / list again to extend this out please?
@InsideTheSquare
@InsideTheSquare 3 месяца назад
Great question! You can increase or reduce the size of the offset, add a second set of images, and change the duration. All of that requires a little extra fine-tuning based on the size of your images and sections, but it should help!
@zimmatron
@zimmatron 3 месяца назад
@@InsideTheSquare Brilliant thank you for the help, i added a second set of images and it worked brilliantly
@mindpotato
@mindpotato 4 месяца назад
hey, not sure if you're still checking this but i have a question. i noticed squarespace was purposefully lowering the quality of my pictures in the gallery as part of their optimisations, is there a way to bypass these optimisations? thanks!
@InsideTheSquare
@InsideTheSquare 4 месяца назад
That is super strange - it shouldn't effect image quality at all. I'd reach out to Squarespace support to see if there is an issue with your file upload.
@pencap29
@pencap29 11 месяцев назад
How do we create a slideshow reel without the images sliding? We need them just to appear over each other.
@InsideTheSquare
@InsideTheSquare 11 месяцев назад
If that’s all you need, I’d recommend creating a gif! You can use a program like canva to have any timed animation you want on a loop and you don’t have to create code for any interaction 👍👍
@mmazz414
@mmazz414 Год назад
My images are cropped and the aspect ratios provided from the gallery aren't fitting :\ The "min-width" changes the size, but the images are still cropped. Any code for this?
@InsideTheSquare
@InsideTheSquare Год назад
Great question! Feel free to submit a code help request here: insidethesquare.co/code-help
@Vz-work
@Vz-work Месяц назад
Seems to be limited. Is there any way to make this code work for Gallery Type > Slideshow: Reel? This code seems to only work for select Gallery options...
@InsideTheSquare
@InsideTheSquare Месяц назад
Yup - it's for the only option that has the automatic scroll animation...
@azncowman
@azncowman 3 месяца назад
Anyway to make the automatic scrolling pause on hold/click for both mobile/desktop?
@InsideTheSquare
@InsideTheSquare 3 месяца назад
Great question! I don't have a code for that function, but I can absolutely add it to my to do list. Stay tuned :)
@azncowman
@azncowman 3 месяца назад
@@InsideTheSquare awesome! Very excited. I do have a question though, do you think it can be done with CSS or do I need to use JS? Does Squarespace have JS integration?
@InsideTheSquare
@InsideTheSquare 3 месяца назад
@@azncowman We can add JS to Squarespace, and we'll definitely need it for this function, but I think we can achieve it with client-facing js so we don't have to use any external servers. I'm up for the code challenge 😉
@azncowman
@azncowman 3 месяца назад
@@InsideTheSquare looking forward to it!
@user-uu2ei6xo3t
@user-uu2ei6xo3t 4 месяца назад
Is there a way to add title text that doesn't move to the side of your horizontal scrolling image gallery?
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Great question! I don't have a tutorial for this just yet, but I'll add it to my to do list so stay tuned :)
@AnitaGrossmann
@AnitaGrossmann 3 месяца назад
Can someone help me: how i can add more images to one line? After 8 images, the 9th and 10th image gets skipped and won't show on the scroll.
@InsideTheSquare
@InsideTheSquare 3 месяца назад
You need to increase the left keyframe animation percentage to fit them all in. Change 225 in this to be a larger number: { left: -225%; }
@maiyabarter9485
@maiyabarter9485 Год назад
how do you stop it from looking like the looping is obvious? I want the first image of the slideshow to automatically roll after the last image. Is this possible?
@InsideTheSquare
@InsideTheSquare Год назад
Hey Maiya! Play around with adjusting the time and consider duplicating or even tripling the images you use to make it last much longer before the reset.
@maiyabarter9485
@maiyabarter9485 Год назад
@@InsideTheSquare Thanks so much :)
@user-tm5py1rv9c
@user-tm5py1rv9c 10 месяцев назад
For some reason not all of my images are showing, it gets 3/4 of the way through and immediately cycles back to the beginning without showing the remaining 10 out of 35 logos. I've tried increasing the time to 60s and 90s and that didn't help.
@InsideTheSquare
@InsideTheSquare 10 месяцев назад
The time is just the speed - what you need to do is make space for all of your images!! Left:-225% fits the 6 on my site; try increasing that value until all of yours fit. Also, consider creating a gif instead - you’re processing an animation for 30 images, and one gif would load so much faster. Hope that I info helps and best of luck!
@0x3rik
@0x3rik 27 дней назад
can I have these pictures sliding in a loop or they always has to reset and start from the beginning?
@InsideTheSquare
@InsideTheSquare 23 дня назад
You can add them more than once, but there is no way to create a loop with a line of images using CSS.
@0x3rik
@0x3rik 19 дней назад
@@InsideTheSquare thanks that's what I actually did. appreciate feedback
@Nwankwo-c5j
@Nwankwo-c5j Месяц назад
mine doesnt loop infinitly. did i miss something? theres a large white space once the last image has passed. and takes like 10s before it restarts
@InsideTheSquare
@InsideTheSquare Месяц назад
Please watch the video starting at the 4:54 minute mark.
@nainarathi6926
@nainarathi6926 5 месяцев назад
Hi! Is there a way to add more than 6 images to this?
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
Yup - you just need to adjust the other property length values to fit; it will take some finessing.
@Cassklass
@Cassklass Год назад
Thanks so muuch for this tutorial! Super helpful! ...But am I the only one who's overflow is still visible? I've looked over the code carefully, but #page { overflow-x:hidden } isn't hiding the overflow. Has anyone else run into this issue?
@Cassklass
@Cassklass Год назад
Problem solved! If anyone else experinced something similar it was becasue I tried using this code after a section ID which interfered. Removing the section ID hid the overflow 👍🏻
@InsideTheSquare
@InsideTheSquare Год назад
Yay! Way to troubleshoot 🙌 glad you got it to look and work the way you want it too ☺️
@lukebaines1990
@lukebaines1990 27 дней назад
@@Cassklass what is the code for that? im struggling to hide the overflow too
@alonzocuevas7446
@alonzocuevas7446 9 месяцев назад
Is there a way so that instead of coming to an end or having the blank space at the end, it goes back to the first picture?
@InsideTheSquare
@InsideTheSquare 9 месяцев назад
The "infinite" part of the animation is supposed to make that happen, but it's not seamless yet. I'll keep brainstorming other creative ways to make this work; stay tuned! :)
@heatherlynngonzalez7824
@heatherlynngonzalez7824 6 месяцев назад
@@InsideTheSquare any updates on this? I'm using this code now and having this issue. I've played with the timing and the keyframes numbers, and also duplicated the photos and I'm still having a big gap at the end of the animation.
@InsideTheSquare
@InsideTheSquare 6 месяцев назад
@@heatherlynngonzalez7824 have you tried adjusting the keyframe left value from -225 to something smaller so it doesn't go so far off the screen? Anything over -150 will be enough to get some scroll effect. @keyframes slideshow { 0% { left: 0; } 100% { left: -150%; } }
@quintonndzabandzaba8967
@quintonndzabandzaba8967 Месяц назад
I have a bit of a problem... the effect is applied on all the pages. How do I prevent this from happening?
@InsideTheSquare
@InsideTheSquare Месяц назад
Great question! You can isolate an individual part of your site by using its block id, or in your case, data section id. Here is an article & tutorial video with more info: insidethesquare.co/resources/squarespace-css-targeting-tips
@DylanBirnie
@DylanBirnie 2 месяца назад
Pasting the Section ID using the plug-in doesn't seem to work for me. I followed exactly the way you did it but the CSS is still applying to the two sections I have ://
@InsideTheSquare
@InsideTheSquare 2 месяца назад
Make sure you placed it before the two class selectors in the code.You can also check out my free guide to CSS basics before trying intermediate code like this; here is a link: insidethesquare.co/learn
@DylanBirnie
@DylanBirnie 2 месяца назад
​@@InsideTheSquare Thank you!! I ended up finding another comment where changing 'Slideshow' to something like 'Slideshow2' on the code applied to the second gallery will help
@Lasserman
@Lasserman Год назад
Is there a shortcut to apply this to only one page/section? It's currently applying to all my pages and gallery sections. Edit: Solved by adding the section ID to each of the Gallery Grid lines of code: #page { overflow-x:hidden } .page-section[data-section-id="64c5af6223030a605d50cfd9"] .gallery-grid-wrapper { display:flex !important; animation: slideshow 30s linear infinite } .page-section[data-section-id="64c5af6223030a605d50cfd9"] .gallery-grid-wrapper .gallery-grid-item { min-width: 50%; margin-right: 5% } @keyframes slideshow { 0% { left: 0; } 100% { left: -225%; } }
@InsideTheSquare
@InsideTheSquare Год назад
Perfect - section ID is exactly what you should do! Way to go 🙌
@Lasserman
@Lasserman 8 месяцев назад
@@InsideTheSquare Thank you. Is there a way to change the width for mobile and desktop separately ? The "min-width: 50%;" makes my gallery large on desktop and tiny on mobile.
@curiouscollectiblesAU
@curiouscollectiblesAU 3 месяца назад
A product page does not allow us to add a new section. So now we are left with an issue with a carousel that moves 50% of the image when the user clicks next.
@InsideTheSquare
@InsideTheSquare 3 месяца назад
This technique is specifically for an auto layout section. Additional product info uses classic editor content blocks. I don’t have a tutorial for this specific animation for any classic section content block but I can add it to my to do list!
@curiouscollectiblesAU
@curiouscollectiblesAU 3 месяца назад
@@InsideTheSquare thanks Becca!
@sarahsaysay
@sarahsaysay Год назад
does this create an infinite scroll?
@InsideTheSquare
@InsideTheSquare Год назад
Hey Sarah! I used a standard the CSS animation property that includes infinite scroll. Give it a try and if it doesn't work out, let me know! Best of luck!
@DwayneLoganJr.
@DwayneLoganJr. Год назад
any way to make this loop infinitely and seamlessly?
@InsideTheSquare
@InsideTheSquare Год назад
It will loop infinitely (animation: slideshow 30s linear *infinate*) so all you need to do is adjust the values to suit your image display size like I show in the video. 👍👍
@DwayneLoganJr.
@DwayneLoganJr. Год назад
@@InsideTheSquare I mean it doesn't loop all the way around with these settings. I'll never see the final image and the first image on the screen at the same time in a complete cycle. it just gets to the end, then immediately starts over, it's not seamless
@InsideTheSquare
@InsideTheSquare Год назад
@@DwayneLoganJr. Sounds like 30 seconds isn't enough time for all your images - try changing 30s to 60s or longer.
@KristieBowen
@KristieBowen 8 дней назад
Total coding rookie...When I open cutom css there is already code listed. Do I add to bottom, top or am I in the wrong spot?
@InsideTheSquare
@InsideTheSquare 8 дней назад
Great question - you're in the right place! Just hit enter/return to start a new line and add additional code. Pro tip: make sure you closed your last code bracket before you start a new one, so your last line should end in }
@Callirgos1
@Callirgos1 5 месяцев назад
I can't navigate to the pages. It doesn't look like this anymore.
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
They changed the word Pages to Websites. Click on the first option and you’ll be all set to keep going with this tutorial 🙌
@MrRonan75
@MrRonan75 11 месяцев назад
there is no design section on mine
@InsideTheSquare
@InsideTheSquare 11 месяцев назад
Uhoh! I would definitely reach out to Squarespace support if your site editor isn’t working. I’ve found their live chat to be really responsive and I hope they can help: support.squarespace.com
@wegesi3031
@wegesi3031 Месяц назад
How to add link to picture :((
@InsideTheSquare
@InsideTheSquare Месяц назад
you can add a link to the photo using the gallery settings built into Squarespace; the option is right under the picture when you upload it. edit gallery -> click on the photo - >add a link where it says "link" :))
@waveandersson
@waveandersson 11 месяцев назад
Only 6 columns? That means max 6 images? @insideTheSquare
@waveandersson
@waveandersson 11 месяцев назад
I need 10 🙄
@InsideTheSquare
@InsideTheSquare 11 месяцев назад
This is a workaround for a Squarespace feature that doesn’t exist. Id recommend posting in the forum to see if anyone has a plug-in or another program that can do what you need. Best of luck!
@waveandersson
@waveandersson 11 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1UIk9Wj5XG4.html - 25$@@InsideTheSquare
@visualess4603
@visualess4603 11 месяцев назад
Hi Becca, when I add the section ID it stops the scrolling. Any idea why this is happening? #page { overflow-x:hidden } section[data-section-id="64ea6cd3fb95e851163a7d33"].gallery-grid-wrapper { display:flex !important; animation: slideshow 30s linear infinite } section[data-section-id="64ea6cd3fb95e851163a7d33"].gallery-grid-wrapper .gallery-grid-item { min-width: 10%; margin-right: 5% } @keyframes slideshow { 0% { left: 0; } 100% { left: -30%; } }
@InsideTheSquare
@InsideTheSquare 11 месяцев назад
Try adding a space between the ] and the . Sounds minor but sometimes little characters like that can make all the difference! Hope that helps and best of luck! ❤️
@visualess4603
@visualess4603 11 месяцев назад
@@InsideTheSquare amazing, it worked! thanks for all your help
Далее
Animated Scrolling Logos in Squarespace 7.1
8:03
Просмотров 17 тыс.
🎙ПОЮ твои ЛЮБИМЫЕ ПЕСНИ💥
3:10:10
13 Things To Remove From Your Website Immediately
12:33
Make Blocks Sticky in Squarespace
10:35
Просмотров 4,6 тыс.