Jump to content

Make slideshow gallery images round

Go to solution Solved by Beyondspace,

Recommended Posts

11 minutes ago, KickinGa said:

Site URL: https://www.bondprosper.com/

Hi Guys,

I want to use the simple slideshow gallery on my new about page, however I want to change the images to circular.  

I've done this on other images easily using  the below code, but not sure whats required to implement this to a Slideshow Gallery?

#imagenumber

img{

border-radius: 50%;

}

If anyone can help I'd be very grateful!

Jan

Please provide your page url so we can help

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • Solution
2 minutes ago, KickinGa said:

I tried using Block identifier to identify the name of the Gallery but it doesn't show, and I don't have enough expertise to work it out from the image url.

This will turn all gallery image to round

.gallery-slideshow-item img {
  border-radius: 50px;
}

This is section specific

section[data-section-id="5fdaf7c4de510a316ebe1b5c"] .gallery-slideshow-item img {
  border-radius: 50px;
}

This is page specific

#collection-5fd9ee29aa42ed0359c9a7fb .gallery-slideshow-item img {
  border-radius: 50px;
}

image.png.d3e0d892c40df8500abe25e037e8c2b0.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

That's perfect, thank you so much!  And thank you for giving the 3 different ways to use this, as I have another gallery I'd like to tidy up with one of these methods too!  

Can you tell me how you found the section number for the Gallery please?  It doesn't show using the Block Identifier extension on Chrome.  Did you find it in the source code?

Link to comment
1 minute ago, KickinGa said:

That's perfect, thank you so much!  And thank you for giving the 3 different ways to use this, as I have another gallery I'd like to tidy up with one of these methods too!  

Can you tell me how you found the section number for the Gallery please?  It doesn't show using the Block Identifier extension on Chrome.  Did you find it in the source code?

Use this

https://chrome.google.com/webstore/detail/igjamfnifnkmecjidfbdipieoaeghcff

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
26 minutes ago, KickinGa said:

image.thumb.png.459ccb9181fbde8cf196cb5f4f15cb85.png

.gallery-slideshow-thumbnails-thumb {
	border-radius: 50px;
}

and you want change text font?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 12/17/2020 at 7:30 PM, KickinGa said:

Yes, I'd like to make the text perhaps the font style for Paragraph 2 I have preset.  

Do you still need help with this?

On Tablet, I see footer doesn't look good. If you check, you can see some columns is narrow so the text break.

Also some text under banner arrow.

If you need to fix these, we can give the code.

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...
1 hour ago, KickinGa said:

Hi tuanphan, I have changed the layout of the page now and taken out the gallery. Can you take another look to see if this is still happening please?

Hi,

Which still happening? I don't understand.

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 12/4/2022 at 2:32 PM, ruralstudio said:

Hi there, this doesn't seem to be working for me in Fluid Engine. Anyone experiencing the same?

Thank you

If you share link to page where you use slideshow, we can help 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
  • 10 months later...
On 12/4/2022 at 8:32 AM, ruralstudio said:

Hi there, this doesn't seem to be working for me in Fluid Engine. Anyone experiencing the same?

Thank you

You can add this in CSS to round the corners of a specific content block: 

#insert_block_yui_here .sqs-block-content img {
  border-radius: 8px;
}

Adjust the corner radius as needed. Hope this helps! 

Link to comment
On 12/17/2020 at 2:31 PM, KickinGa said:

Site URL: https://www.bondprosper.com/

Hi Guys,

I want to use the simple slideshow gallery on my new about page, however I want to change the images to circular.  

I've done this on other images easily using  the below code, but not sure whats required to implement this to a Slideshow Gallery?

#imagenumber

img{

border-radius: 50%;

}

If anyone can help I'd be very grateful!

Jan

To make the images in a slideshow gallery circular, you can apply the border-radius: 50% CSS property to the images within the slideshow. However, the implementation can vary depending on the structure and code of your specific slideshow gallery. Below are the general steps to achieve this:

Identify the Slideshow Gallery Elements: You need to identify the HTML elements that make up your slideshow gallery. Typically, this involves finding the HTML structure that holds the images you want to make circular.

Apply CSS: Once you've identified the HTML elements containing the cursed muppet images, you can apply the CSS you provided to those elements. In your case, you want to make the images circular, so you should apply the border-radius: 50% to the image elements within the slideshow.

However, the actual implementation might vary depending on the structure and CSS classes used in your specific slideshow gallery. If you provide more information about the HTML structure and CSS classes used in your gallery, I can provide more specific guidance. Additionally, if your slideshow gallery is generated by a JavaScript library or a content management system, the approach may differ.

Link to comment

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.