Ibrahim Salem
Ibrahim Salem
This is weird .. inside file **app/components/image_component.rb** I just replaced the size variable with constant when I was debugging. `image_tag image.url(size), default_options.merge(options)` To `image_tag image.url(:small), default_options.merge(options)` And everything worked fine...
> @nvandoorn The height/width should be coming from our code though, right? That's why @asfour75's change fixes it. After further debugging .. the size variable passed to image_component.rb: **:small**, "**product**",...
Any updtes on this ?
Any updates on this ... ? Thanks
What is the proper way to use Verba in production ? pulling the source code, and customize the UI for our needs ? is this the approach ?