nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
5 stars 1 forks source link

allow image_tag loading to be written #63

Closed jmarsh24 closed 1 year ago

jmarsh24 commented 1 year ago

The current implementation of image_tag will set loading: :lazy no matter what. I propose that this is a default for the option and to allow the user to overwrite it if necessary.

JensRavens commented 1 year ago

This missing a test though.