spree-contrib / spree_fancy

SpreeFancy is a responsive theme for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
86 stars 186 forks source link

Large image not displayed #84

Open pyladune opened 10 years ago

pyladune commented 10 years ago

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

radar commented 10 years ago

Hi @pyladune, please provide the information we ask for in the Contributing Guidelines.

Thanks!

pyladune commented 10 years ago

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 'mysql2'

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_skrill', :git => 'git://github.com/spree/spree_skrill.git'

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