thejschweigert Posted December 2, 2021 Posted December 2, 2021 Site URL: https://www.joshuaschweigert.com/photography/walk-with-me-ps1 Hello, I need assistance finding image data IDs to customize with a drop shadow. I don't want to have drop shadows to all images on the website, just specific images. If someone could help point out the image data IDs with screen shots so I know what I'm looking at (Google Inspect), that would be VERY helpful. I've tried adding some many data IDs, I just feel like I'm not getting the correct ones. Thank you kindly. Regards, Joshua Schweigert
Beyondspace Posted December 3, 2021 Posted December 3, 2021 21 hours ago, thejschweigert said: Site URL: https://www.joshuaschweigert.com/photography/walk-with-me-ps1 Hello, I need assistance finding image data IDs to customize with a drop shadow. I don't want to have drop shadows to all images on the website, just specific images. If someone could help point out the image data IDs with screen shots so I know what I'm looking at (Google Inspect), that would be VERY helpful. I've tried adding some many data IDs, I just feel like I'm not getting the correct ones. Thank you kindly. Regards, Joshua Schweigert To get the specific id in squarespace site, you can use the extension: Squarespace ID Finder You can find the id through one click: https://recordit.co/kUIH4uco0b Hope that it can help you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
thejschweigert Posted December 4, 2021 Author Posted December 4, 2021 For whatever reason this only helps with block IDs and not Image IDs. I'm trying to add drop shadows to images, but can't find the image ids for the life of me. [data-image-id="#block-yui_3_17_2_1_1635797474822_11034"] { filter: drop-shadow(5px 5px 8px #000000); } When I add block IDs to the the data-image-id quotes, nothing happens.
tuanphan Posted December 8, 2021 Posted December 8, 2021 On 12/5/2021 at 12:22 AM, thejschweigert said: For whatever reason this only helps with block IDs and not Image IDs. I'm trying to add drop shadows to images, but can't find the image ids for the life of me. [data-image-id="#block-yui_3_17_2_1_1635797474822_11034"] { filter: drop-shadow(5px 5px 8px #000000); } When I add block IDs to the the data-image-id quotes, nothing happens. Which image you want to apply? We can give an id to make example 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!)
Beyondspace Posted December 8, 2021 Posted December 8, 2021 On 12/5/2021 at 12:22 AM, thejschweigert said: For whatever reason this only helps with block IDs and not Image IDs. I'm trying to add drop shadows to images, but can't find the image ids for the life of me. [data-image-id="#block-yui_3_17_2_1_1635797474822_11034"] { filter: drop-shadow(5px 5px 8px #000000); } When I add block IDs to the the data-image-id quotes, nothing happens. There is not such thing as data-image-id, you should select the image as such #block-yui_3_17_2_1_1635797474822_11034 img { } but it's best to give us the site url and the target image you need to help accordingly BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
thejschweigert Posted December 11, 2021 Author Posted December 11, 2021 Any of the images on the https://www.joshuaschweigert.com/photography/into-the-jungle-ps1 page; How about the first image block? #block-yui_3_17_2_1_1639107731759_12093
tuanphan Posted December 12, 2021 Posted December 12, 2021 On 12/11/2021 at 10:47 AM, thejschweigert said: Any of the images on the https://www.joshuaschweigert.com/photography/into-the-jungle-ps1 page; How about the first image block? #block-yui_3_17_2_1_1639107731759_12093 Use this CSS div#block-yui_3_17_2_1_1639107731759_12093 { filter: drop-shadow(5px 5px 8px #000000); } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.