Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Large image not displayed #84

Open
pyladune opened this issue Jan 4, 2014 · 1 comment
Open

Large image not displayed #84

pyladune opened this issue Jan 4, 2014 · 1 comment

Comments

@pyladune
Copy link

pyladune commented Jan 4, 2014

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
Copy link
Contributor

radar commented Jan 5, 2014

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

Thanks!

@pyladune
Copy link
Author

pyladune commented Jan 6, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants