Skip to main content

Hey @paulguidowho, thanks for reaching out and sorry for the delayed reply!

This should be possible, but it’ll take a bit of advanced prototyping. You’re going to want to use 2 sets of variants bound to a single string/number variable.

To mimic iPhone photos, you’ll want to:

  • construct both the big image variant set and the smaller carousel variant set to scroll and animate simultaneously
  • Make sure the naming conventions between each variant in the set match 1:1
  • Bind instances of both to a string variable of a matching string

Basically, you’ll need to build out the behavior so that when you swipe the larger image, it initiates a variant swap so that the bound variable will swap the smaller image carousel to the matching variant.