Jump to content

how to make carousel images bigger on mobile

Recommended Posts

  • Replies 7
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

On 3/29/2021 at 2:21 AM, MFCN said:

Site URL: http://www.lesfillesdelaconstruction.com

Hi,

I am trying to make the images in the summary-block (carousel style) bigger on mobile.

I have tried this code, but only the first image becomes larger.

 

@media screen and (max-width:767px) {
.sqs-active-slide img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}}

 

Any ideas?

Thank you !

Screen Shot 2021-03-28 at 3.20.51 PM.png

Add to Design > Custom CSS > Then save & reload your site

/* carousel bigger on mobile */
@media screen and (max-width:640px) {
div#block-yui_3_17_2_1_1616519004590_18578 .summary-item {
    width: 50% !important;
    height: auto !important;
    left: 0 !important;
}
}

 

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!)

Link to comment
  • 1 year later...
On 3/30/2021 at 8:07 PM, tuanphan said:

Add to Design > Custom CSS > Then save & reload your site

/* carousel bigger on mobile */
@media screen and (max-width:640px) {
div#block-yui_3_17_2_1_1616519004590_18578 .summary-item {
    width: 50% !important;
    height: auto !important;
    left: 0 !important;
}
}

 

Hi Tuanphan, Also having this problem. Im working with SS 7.0 and the code you provided did not update my carousel image size on the mobile. Any suggestions? 

Link to comment
On 12/17/2022 at 2:18 AM, BethH said:

Hi Tuanphan, Also having this problem. Im working with SS 7.0 and the code you provided did not update my carousel image size on the mobile. Any suggestions? 

Can you share link to page where you use Carousel? We can check it 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!)

Link to comment
  • 1 month later...

Hi @tuanphan!

Any chance you could provide the CSS to make the images in my carousel slider larger on mobile? I'm having a hard time identifying the selector for the image. Screenshot is attached. 

 

Website: https://www.ashandaircreative.com

I tired the following:

@media screen and (max-width:991px) {
  #section[data-section-id="63e277c78e55d75980e673b3"] .user-items-list-carousel {width: 50% !important;
    height: auto !important;
  }
}

Thanks!

 

Screen Shot 2023-02-07 at 11.41.27 AM.png

Edited by AshM13
Link to comment
On 2/9/2023 at 10:38 PM, AshM13 said:

@tuanphan any thoughts on this? Appreciate it! 

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="63e277c78e55d75980e673b3"] .user-items-list-carousel__media-container {
    width: 70% !important;
}
}

 

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!)

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.