How to set dynamic background using active storage

126 views
Skip to first unread message

Kante Musima

unread,
Aug 28, 2018, 2:01:51 AM8/28/18
to Ruby on Rails: Talk
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 

Frantz Augustin

unread,
Aug 28, 2018, 9:11:23 AM8/28/18
to rubyonra...@googlegroups.com
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



--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@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.
Reply all
Reply to author
Forward
0 new messages