Question

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?

Was it helpful?

Solution

Add this css property on your image :

.imageClass {
    display: block;
    max-width: 100%;
    height: auto;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top