Jump to content

Amber_Flowers

Circle Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Amber_Flowers reacted to ivan-dabbles in Add Categories and Tags to portfolio pages   
    This is an arbitrary limit by SqSp, among many. There should be more, and even more obvious there should be tags/categories in portfolios. As in: people should be able to filter and sort through portfolio items. 
  2. Thanks
    Amber_Flowers reacted to brandon in Disable Auto Zoom / Cropping on Individual Product Images   
    Hi @fantasiummedia.
    Here's how I'd approach it. Note that object-fit is focused on fairly modern browsers.
    .ProductItem-gallery-slides-item-image {     object-fit: contain !important;     object-position: top;     width: 100% !important;     height: 100% !important;     position: static !important; } .tweak-product-item-gallery-aspect-ratio-11-square .ProductItem-gallery-slides::before {     padding-bottom: 0 !important; } .tweak-product-item-gallery-design-slideshow .ProductItem-gallery-slides-item {     position: relative !important; } Let me know how that works for you.
    ---------------------
    UPDATE 4/8/2020 (and 6/24/2020)
    In some cases, you may prefer to use this instead:
    .ProductItem-gallery-slides-item-image { object-fit: contain !important; object-position: middle; width: 100% !important; height: 100% !important; position: static !important; background-color: #EEE; }  
×
×
  • 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.