Open pyladune opened 10 years ago
Hi @pyladune, please provide the information we ask for in the Contributing Guidelines.
Thanks!
Comprehensive list of steps to reproduce the issue. Add a large image to a product. it uploas fine, paperclip creates the 4 sized images correctly. But there is no way to display the large image a product page. we only can see the image product inside the circle I reproduced that on the demo store . the product is . http://majestic-store-5639.spree.mx/products/apache-baseball-jersey
What you're expecting to happen compared with what's actually happening. To click on the image or on a link to display the the product image in large format
The version of Spree and the version of Rails. spree is edge one Rails is 4.1.3 ruby is 2.1.0
Gemfile source 'https://rubygems.org'
gem 'rails', '4.0.2' gem 'sqlite3'
gem 'sass-rails', '~> 4.0.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem 'therubyracer', platforms: :ruby
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
gem 'spree', github: 'spree/spree' gem 'spree_auth_devise', github: 'spree/spree_auth_devise' gem 'spree_fancy', :github => 'spree/spree_fancy'
gem 'spree_print_invoice' , :git => 'git://github.com/spree/spree_print_invoice.git' gem "nokogiri" gem "htmlentities" gem 'spree_gateway', github: 'spree/spree_gateway'
group :doc do gem 'sdoc', require: false end
I try to display a large image when opening a product page. I configured the iéage settngs style attribute in the addim interface but still when opening the product page in front end, i can see no way to display a large or even original size picture of the product. the largest displayed have is the small one inside the circle, so no way to figured the product in details
According to documentation setting the style to large shoudl solve that...or there is something i did not catched
Thanks