Jump to content

dimsk

Circle Member
  • Posts

    632
  • Joined

  • Last visited

Posts posted by dimsk

  1. Hey,

    I know the question is a bit old but it does come up quite often.

    For this it is best to use Google's built-in option to create an iframe:

    File > Publish to the Web > choose the Embed option and copy the code. This will give you a code that looks like this:

    
    
    <iframe src="https://docs.google.com/a/....../pubhtml?widget=true&headers=false"></iframe>
    
    

    This won't look great with the automatic height and width so you can add these in:

    
    
    <iframe width="100%" height="500px" src="https://docs.google.com/a/.../pubhtml?widget=true&headers=false"></iframe>
    
    

    Hope this helps someone else!

  2. Hey,

    I was having the same issue on my site so I thought I'd share my solution in case it helps someone else.

    As the dot is a link, I didn't want to mess around with any Javascript to automatically activate it. Instead I gave it a background colour and then rounded it to make it look like a bigger dot.

    Here's the code to be added in Design > Custom CSS:

    
    
    .sqs-lightbox-meta-trigger {
     background-color: #000;
     border-radius: 50%;
    }
    
    

    Hope it'll help someone!

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