Pregunta

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?

¿Fue útil?

Solución

Add this css property on your image :

.imageClass {
    display: block;
    max-width: 100%;
    height: auto;
}
Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top