1
0

chg: usr: SWC-89 remove the image from the header and add bigger image to PDP gallery

This commit is contained in:
2023-02-23 11:47:47 +01:00
parent fd80f71072
commit bd7c17560f
3 changed files with 10 additions and 6 deletions

View File

@@ -1 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["etail-conference-theme"],{AZcZ:function(n,e,o){(function(n){n((function(){setTimeout((function(){n(".shopware-overlay").addClass("fade-out"),n(".header-main, .footer-main, .content-main").removeClass("d-none"),setTimeout((function(){n(".shopware-overlay").addClass("d-none")}),500)}),500),n(".card.product-box").each((function(){n(this).find(".btn").append(n(this).find(".product-price"))}))}))}).call(this,o("UoTJ"))}},[["AZcZ","runtime","vendor-node"]]]); (window.webpackJsonp=window.webpackJsonp||[]).push([["etail-conference-theme"],{AZcZ:function(e,n,t){(function(e){e((function(){setTimeout((function(){e(".shopware-overlay").addClass("fade-out"),e(".header-main, .footer-main, .content-main").removeClass("d-none"),setTimeout((function(){e(".shopware-overlay").addClass("d-none")}),500)}),500),e(".card.product-box").each((function(){e(this).find(".btn").append(e(this).find(".product-price"))}))}));var n,t,o=(n=document.documentElement,t=n.clientHeight,function(e,o){var i,a=[];for(e&&"resize"===e.type&&(t=n.clientHeight),i=o.elements.length;i--;)if(!a.includes(i)){var d=o.elements[i],r=d.getBoundingClientRect(),s=(r.top/t*100+r.bottom/t*100)/2,c=s>o.zone[1]&&s<100-o.zone[1];d.classList.toggle(o.markedClass,c),c&&a.push(d)}});function i(e){o(e,{elements:document.querySelectorAll("div.product-image-wrapper"),markedClass:"highlight--1",zone:[20,20]}),o(e,{elements:document.querySelectorAll("div.product-image-wrapper"),markedClass:"highlight--2",zone:[40,40]})}window.addEventListener("scroll",i),window.addEventListener("resize",i)}).call(this,t("UoTJ"))}},[["AZcZ","runtime","vendor-node"]]]);

View File

@@ -109,7 +109,7 @@ header {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-align: right; text-align: center;
margin: 1.5em 0; margin: 1.5em 0;
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
@@ -175,6 +175,10 @@ header {
} }
} }
.gallery-slider-image {
width: 100%;
}
/** basket offcanvas */ /** basket offcanvas */
.offcanvas-cart { .offcanvas-cart {

View File

@@ -20,10 +20,10 @@
<h1>Shopware ecommerce platform</h1> <h1>Shopware ecommerce platform</h1>
<h2>Build the exceptional</h2> <h2>Build the exceptional</h2>
</div> </div>
<div class="col text-center"> {# <div class="col text-center">#}
<img src="{{ asset('bundles/etailconferencetheme/assets/shopware-phone.png') }}" {# <img src="{{ asset('bundles/etailconferencetheme/assets/shopware-phone.png') }}"#}
alt="Shopware phone"> {# alt="Shopware phone">#}
</div> {# </div>#}
</div> </div>
</div> </div>
{% endif %} {% endif %}