Ruby on Rails
Tuesday, August 28, 2018
Try something like that. style="background-image: url(/assets/<%= @product.image.url %>)
What processor are you using for image. Is it carierwave, active storage, paperclip... You just need to find how to print the image url.
Hope this work.
Frantz Augustin
Founder @ Club Artizan
On Tue, Aug 28, 2018 at 2:01 AM Kante Musima <foliwe@gmail.com> wrote:
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.
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/CAP19LVVKAffnXbgY48kEDyUC5ucu7gUD7x_BhKLb3SrwWNoohg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment