Multi image scrape. Largest size image loads in the html on thumbnail click

Describe the problem.
Trying to scrape all images from each of our product pages and associate them to that page SKU. Our site loads each image dynamically when you click on the thumbnail. Is it possible with your tool to select these and scrape the largest size image available and then export all images via url in association to that SKU?

Url: http://www.trail-gear.com/product/4555 for testing
and
http://www.trail-gear.com/product/[4555-5797] for all product pages

Sitemap:
{"_id":"trailgearimages","startUrl":["http://www.trail-gear.com/product/4555"],"selectors":[{"id":"sku","type":"SelectorText","selector":"span#skucode","parentSelectors":["_root"],"multiple":false,"regex":"","delay":""},{"id":"elementimg","type":"SelectorElementClick","selector":"img#sim535030, img.carouselimage","parentSelectors":["_root"],"multiple":false,"delay":"","clickElementSelector":"img#sim535030, img.carouselimage","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"img","type":"SelectorImage","selector":"img#sim535030","parentSelectors":["_root"],"multiple":false,"delay":0}]}

hello,

The solution here:

Ditch the Element Click Selector and instead use a regular group selector. Here is what it would look like

and here is the output