Jump to content

Make images bigger in Gallery

Recommended Posts

Hi -

I'm wanting my images to resize to be relative to the device my website is being viewed on. On a mobile, or a smaller computer, my website looks fine, but I tested it on a 27" mac yesterday, and it looks silly on a big screen. There's so much white space, and the images are dinky. I'm a photographer, so I rely on my images looking impressive, and I feel like this is not the desired effect.

Attached is a screenshot on the bigger computer to show how silly it looks.

Any idea how to fix this or where to look into solutions? My website is arianagillrie.com

Screen Shot 2019-11-30 at 9.03.23 am.png

Link to comment
  • Replies 3
  • Views 681
  • Created
  • Last Reply

Hi @Ariana_Ariana

I guess you can add something like this in Design > Custom CSS:

/*------------standardImac---------*/

@media only screen and (min-width: 2500px)
{
.sqs-gallery-design-strip {
                            height: 900px !important;
 }
 }

/*-------------------4k--------------*/

@media only screen and (min-width: 3800px)
{
.sqs-gallery-design-strip {
                            height: 1600px !important;
 }
 }

/*-------------------5k--------------*/

@media only screen and (min-width: 5000px)
{
.sqs-gallery-design-strip {
                            height: 2200px !important;
 }
 }

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.