Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 Product detail image size
Author « Topic »  

midweb
Starting Member

United Kingdom
14 Posts

Pre-sales questions only
(More Details...)

Posted - 11/15/2020 :  14:54:54  
How do you make the product detail image display at its actual size rather being resized?

https://www.subsidebar.co.uk/shop/proddetail.asp?prod=Bottle_Cooler

Vince
Administrator

42768 Posts

Posted - 11/16/2020 :  01:04:03  
Hi Midweb
in the file...
css/ectstyle.css
...around line 610 there is...
img.detailimage {
max-width: 100%;
height: auto;
}
If you change that max-width line to ...
max-width: none;
...that will stop the image resizing. However, the layout is for an image on the left and making the image larger will put everything else out of line. So you may also want on line 605 where you find...
div.detailimage {
/* width: 26%; */
padding: 10px;
/* float: left; */
}
...remove the width:26% and float:left so the image is at the top and product name etc underneath.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000