mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[website] product_page.html - fixed width
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
.item-main-image {
|
.item-main-image {
|
||||||
max-width: 400px;
|
max-width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.web-long-description {
|
.web-long-description {
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
{% include "html/slideshow.html" %}
|
{% include "html/slideshow.html" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if website_image %}
|
{% if website_image %}
|
||||||
<image itemprop="image" class="item-main-image" src="{{ website_image }}" />
|
<image itemprop="image" class="item-main-image"
|
||||||
|
src="{{ website_image }}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="img-area">
|
<div class="img-area">
|
||||||
{% include 'html/product_missing_image.html' %}
|
{% include 'html/product_missing_image.html' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user