Тёмный

Full Mobile Banner Image in Squarespace (No Cropping!) 

Rebecca Grace Designs - Squarespace Coding Expert
Подписаться 4,7 тыс.
Просмотров 7 тыс.
50% 1

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 59   
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 года назад
Spend wayyyy too much time trying to customize your client's Squarespace website? 🧐 Save time and your sanity by avoiding these three COSTLY mistakes that EVERYONE makes when finding code for Squarespace 👉www.rebeccagracedesigns.com/mistakes-to-avoid
@scottkeenleyside1570
@scottkeenleyside1570 4 месяца назад
Hi Rebecca, do you have a customer CSS for retaining the original sizing/crop on mobile within the store section? I am having issues with my photo's in my store automatically cropping to 1x1 aspect ratio when I switch to mobile - TIA!
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 месяца назад
I have tried to stop the cropping on the product page before and I find that it ends up shifting the images kind of funny and causing other problems. My suggestion is to have the product images use lots of space around the product so that the product is still shown in full when cropped to the 1x1 aspect ratio.
@jessicawilliamson3305
@jessicawilliamson3305 2 года назад
hi, thank you so much for this, but I am currently trying and nothing is happening. You see how when you're inserting the code and changing the metrics its changes right away before saving it? it doesn't do that for me.:/
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
Hmm... try signing out and back in again. If it is still giving you trouble, I would contact Squarespace.
@joannsun0
@joannsun0 3 года назад
Is there a way I can apply this so that all my full-width images aren't cropped in mobile view? (So it isn't just applied to one single image)
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 года назад
You would need to change the selector. This would depend on the set up of your site and what sections you want to target. I would be happy to help you during a 1:1 Help Session. You can find out more and book a call time at www.rebeccagracedesigns.com/coaching
@manhuynh251
@manhuynh251 8 месяцев назад
Hi Rebecca, this is super helpful! Thank you so much!! I do have a question, what if I want the same concept but as sliding images?
@alyssabishop4442
@alyssabishop4442 2 года назад
*edited* I am not sure why this is happening it looks great on mobile but when I am on desktop view, it completely blows the picture up pixelating it and making it look awful. What am I missing??
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
It sounds like the image you are using is sized for mobile and not desktop. I would recommend having the image be around 1500 to 2500px wide.
@jasonkim4865
@jasonkim4865 2 года назад
Thank you for the video! I don't know what happened, but my desktop top header menu disappeared from "Site Styles" after I applied the code. Do you perhaps know how to put it back?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
I am not sure what you mean. Do you mean the edit button? Sometimes I have to click out and refresh the page and then go back in.
@sgood1995
@sgood1995 2 года назад
Hi Rebecca, is there a new version of this? Squarespace updated there website and some settings have been changed.
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
If you are using Fluid Engine you may be able to achieve this without code.
@MannyXj1
@MannyXj1 2 года назад
Hey this works, but when I do it, my page has a horizontal scroll and you can see beyond the margins. Is there anyway to do this and keep it flush with the view width?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
As long as you are not adding width, it shouldn't go past the margins. You can always add an overflow: hidden; to the section as well.
@thisislandstudio8568
@thisislandstudio8568 2 года назад
is there a work around for rotating gallery images in a 7.0 home page banner? so they bleed off and keep there full width when viewed in mobile?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
I am not sure I understand what you mean. Do you have an example?
@nrahaim
@nrahaim Год назад
This was very helpful, thank you. Just one thing, after I added the custom CSS all the other banner on the site disappeared. Stylistically I'd like to still be able to using Banners further down on web pages. Is that possible with the specific code added to have a static "Banner" and to have traditional banners? Thanks!
@RebeccaGraceDesigns
@RebeccaGraceDesigns Год назад
It sounds like you have applied the code site wide. Make sure you use the first part of the code #COLLECTIONID #page .page-section:nth-of-type(1) so that it only applies to the section you want it to.
@nrahaim
@nrahaim Год назад
@@RebeccaGraceDesigns Got it, I'll try that. Thanks for your response!
@hairbykstylist9818
@hairbykstylist9818 2 года назад
Heya, do you happen to know if this applies to the new slide show banners ? I would highly appreciate any help given. thank you.
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
This uses an image instead to create a similar look rather than the slideshow banners.
@MrJzigy
@MrJzigy 2 года назад
Thank you that was super helpful! I only had one issue. Now there is a horizontal scrollbar. It only disappears if I change the width to 98% or lower, but then the image does not fit the screen. Any ideas?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
You can add an overflow:none; to the section.
@MrJzigy
@MrJzigy 2 года назад
​@@RebeccaGraceDesigns Thanks Rebecca! I still had trouble with that for some reason... I tried to reply to myself yesterday with another solution I found but utube wouldn't let me. I hope it helps someone else. /* resize home banner */ @media screen and (max-width:767px) { .homepage #page section:first-child { min-height: 20vh; } }
@SamuelWhittington
@SamuelWhittington 2 года назад
This works wonderfully, however like some other comments I cannot get rid of the side scroll on mobile. Not sure what is going on, I have tried a few things however maybe I am missing something :O
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
You probably have some left over padding in your section. You would need to remove the padding or add an overflow: hidden; to your CSS.
@SamuelWhittington
@SamuelWhittington 2 года назад
@@RebeccaGraceDesigns OMG You are AMAZING!!!! Thank you so much!! Now I have uncentred top sections on other pages, not sure why though :( Do you have any idea please?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
It's hard to know without looking at it. I would be happy to help on a 1:1 Help Session. You can find out more and book a call at www.rebeccagracedesigns.com/coaching
@Jan_Philip
@Jan_Philip 2 года назад
hi thank you so much for the help, one last thing, do you know how to remove the scroll thingy after the codes are applied. I kinda just want my website to be flushed. Not a big deal but just annoying haha. Thanks for your help again. P.S. I tried adjusting the width but ended up making it worse :D
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
I am not sure what you mean by "scroll thingy". Can you clarify?
@Jan_Philip
@Jan_Philip 2 года назад
@@RebeccaGraceDesigns hahaha sorry, there's like a tiny space which I can scroll sideways. The website isn't flushed sideways. 🤣
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
Ahh I see! If you are not making the image wider and you have removed all margin and padding this shouldn't happen. However, you can always add overflow: hidden; to the section.
@Jan_Philip
@Jan_Philip 2 года назад
@@RebeccaGraceDesigns that did it! Thanks so much!
@Lenat26
@Lenat26 2 года назад
Thank you so much for making this video. It's always super helpful
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
You're so welcome!
@staceysargison
@staceysargison 3 года назад
This was SO helpful! Thank you so much for creating this, Rebecca. It was incredibly easy to follow.
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 года назад
You're so welcome!
@nancycooper
@nancycooper 2 года назад
When I do this it is giving me a sideways scroller on the pages it is used on. What am I doing wrong?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
It sounds like you have some additional padding that needs to be removed. You can also add overflow:none; to those sections.
@nancycooper
@nancycooper 2 года назад
@@RebeccaGraceDesigns The padding and margins are at zero and I tried overflow:none; on the line after margin and it did nothing.
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
Hmm... it's hard to know without seeing it. I would be happy to help you on a 1:1 Help Session. You can find out more and book a time at www.rebeccagracedesigns.com/coaching
@kaitspielmaker4864
@kaitspielmaker4864 3 года назад
What do you do with the duplicated home page when you're done? I'm not sure if I missed something. Thank you so much though because this was so helpful!
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 года назад
Sorry for the confusion. I duplicated the page so that you could see the difference between the usual way of adding a background image and the strategy I was suggesting. You do not need to duplicate the page when you are creating this effect.
@kaitspielmaker4864
@kaitspielmaker4864 3 года назад
@@RebeccaGraceDesigns Got you...I was confused. Thank you so much for the clarification and for all your videos!
@Designvibezonly
@Designvibezonly 3 года назад
Do you happen to know if there is a way to do this with gallery slideshow banners as well? Either way thanks a bunch for this video, it was so much help!
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 года назад
You could on blog pages, product pages, and event pages as those are the pages where you can add Gallery Blocks in Squarespace 7.1.
@Designvibezonly
@Designvibezonly 3 года назад
Thanks Rebecca, I checked it over and that totally makes sense!
@jocelynmacgregor3160
@jocelynmacgregor3160 2 года назад
Brilliant! Thank you
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
You're very welcome!
@mrvintage3
@mrvintage3 2 года назад
This did it for me! Thank you sooooo much!!
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
You're welcome!!
@s.7013
@s.7013 2 года назад
YOU ARE A LIFE SAVER
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
Glad to help!
@sxmislandboy978
@sxmislandboy978 3 года назад
Is there any way I can get this done with text?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 3 года назад
You could use a Code Block to place the image and text overtop of each other and then take away the spacing.
@sxmislandboy978
@sxmislandboy978 3 года назад
@@RebeccaGraceDesigns Thank you! i will try that. Alsoe I've been looking for a solution for my store because I sell prints. On the desktop and tablet view everything sames to work fine on the product layout but in mobile view my landscape images are crop and looks bad. is there any fix for that?
@RebeccaGraceDesigns
@RebeccaGraceDesigns 2 года назад
You can use custom css to stop the images from cropping but sometimes this makes the images really tiny. I would play with the focus so that it zooms in on a good spot.
Далее
Edit Your Squarespace Site for Mobile
9:18
Просмотров 11 тыс.
5 Squarespace Mobile Menu Design Hacks
11:41
Просмотров 8 тыс.
▼ КАПИТАН НАШЁЛ НЕФТЬ В 🍑
33:40
Просмотров 473 тыс.
How to Reorder Blocks on Mobile in Squarespace 7.1
13:05
What size should my image be for Squarespace?
5:56
Просмотров 2,7 тыс.
I tried every website builder. This is the BEST
19:31
Просмотров 119 тыс.