Ruby on Rails Monday, August 27, 2018

How do I use active storage to dynamically set the background image CSS attribute of a div?

I tried this <div style="background: url(<%= image_tag(url_for(@product.image))%>"> 
but image is not displayed 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d48ce1cd-c64e-46d0-a567-25f652f35f30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment