Help

Re: CSS Selector to extract 1 or more elements

851 0
cancel
Showing results for 
Search instead for 
Did you mean: 
J_Erik_Semilla
4 - Data Explorer
4 - Data Explorer

Hi, I am not an expert with CSS so my title might be wrong too. Basically what I want to achieve is get 2 or more images in a link using css selector. For example, with the link below, I want to place 1 or more images on an attachment field.

5c76698816c806f8aef6a1e905080c9f8af16124.jpeg

Amazon.com: Snapstraw Reusable Silicone Straw - BPA-Free Non-Toxic Openable...

Buy Snapstraw Reusable Silicone Straw - BPA-Free Non-Toxic Openable Straw, Safe for Kids and Toddlers, No Brush Needed (Pink, Set of 4) - Washable Reusable Flexible Collapsible Straw on Amazon.com ✓ FREE SHIPPING on qualified orders

$12.99

Any help or direction will be greatly appreciated

1 Reply 1
Lily-B
4 - Data Explorer
4 - Data Explorer

Hello @J_Erik_Semilla !

The CSS selector default value for attachment fields can only pre-fill the web-clipper with one image per attachment field. So, you could first use the CSS selector default value to grab the main product image (for Amazon, it looks like the CSS selector would be #landingImage). Then, pull any additional images you’d like to clip by clicking the “+” button under your Attachments field in the chrome extension, then “Add image from page”, and click whatever additional image you’d like!

Let me know if this helps.

Cheers!