TOPIC: Enlarge image on detail product

Enlarge image on detail product 9 years 11 months ago #4508

  • mt2010
  • mt2010's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Karma: 0
Hi, I want to enlarge the photo of the product when the product detail, but I don't know how, please someone could help me?


and if its possible in the list of products too.


thanks!
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Enlarge image on detail product 9 years 11 months ago #4516

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

1. For image, you should use large image for product.
2. In the list product, it's just pathway to your products, how can i help you with this pathway ?

Regards
The administrator has disabled public write access.

Re: Enlarge image on detail product 9 years 11 months ago #4520

  • mt2010
  • mt2010's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Karma: 0
sorry, I mean how to change (in the product list) the size of the div where the image is, because If I make the image bigger,(because the product detail page can see better) the image in the product list exceeds from the div, so how could enlarge the div in product list?

Thanks
The administrator has disabled public write access.

Re: Enlarge image on detail product 9 years 11 months ago #4527

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can edit it with css here (virtuemart.css)
div.product-image {
    height: 180px;
    margin: 10px 0;
    text-align: center;
}

Regards
The administrator has disabled public write access.
The following user(s) said Thank You: mt2010

Re: Enlarge image on detail product 9 years 11 months ago #4531

  • mt2010
  • mt2010's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Karma: 0
thanks it works!
The administrator has disabled public write access.
Time to create page: 0.110 seconds