سؤال

I've added an image to my home page and when I preview the home page from CMS pages in the admin the image is responsive.

When I click on my logo the page is then fully responsive all except the image?

The URL ends index.php/home when I preview from the CMS pages panel and when I click the logo the home URL key is gone?

هل كانت مفيدة؟

المحلول

Add this css property on your image :

.imageClass {
    display: block;
    max-width: 100%;
    height: auto;
}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top