I am using a template in my app, which is for image sharing, and the images are either straightforward Image elements, or Groups with Background style as a dynamic image (it took me a long time to work that out!).
The Group with Background dynamic image has the advantage that I can put another group within it to create a gradient effect hover over. See the images here.
I would like to have the same effect on the homepage, which has infinite scroll for the images, which are all regular image elements.
I wondered if there was any downside to using Groups with dynamic backgound images, vs just using a regular image element. I think I can only get the hover over effect if I use Groups for the images.