Jump to content

erinsydd

Circle Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by erinsydd

  1. Hi there, 

    I'm trying to round the corners on a gallery-block slideshow and thumbnails for individual video-blocks.

    I'm using the following CSS but it hasn't applied to all of the video-block images and one of the gallery-block images is the wrong size...! See screenshots attached.

    img { border-radius: 25px; }

    iframe[src*="vimeo.com"] {
        border-radius: 25px;
    }

    Is it also possible to remove the overlay on the gallery-block slideshow so that you can't see the grey corners?

    Site password is: softdeliciousbread

    Any help anyone can provide much appreciated!

     

    Screenshot 2023-05-11 at 20.47.13.png

    Screenshot 2023-05-11 at 20.47.25.png

  2. Yes, it was causing some images on the pages to disappear... Here's the code:

    <script>
      /* superscripting all ® which aren't already */
    window.addEventListener("DOMContentLoaded", function(){
        document.querySelectorAll("p, a, h1, h2, h3, h4, h5, h6, label").forEach(function (el) {
            el.innerHTML = el.innerHTML.replace(/®(?!\<\/sup)/g, "<sup>®</sup>");
        })
    });
    </script>

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