Hi,
I’ve a single post in full width without sidebar. On top of the post I have an image. In Safari and Chrome on MAC, image adjust his size automaticaly when I resize the browser’s window. But that doesn’t work in Firefox (MAC and Windws) and IE (only tested in version 10).
It works with all browser if I add a sidebar… strange!
Any Idea?
Thx
Hi solljul,
Can we take a look at the page live so we can inspect the code and see whats going on?
Regards,
Devin
Hi,
Check this URL http://www.juls.ch/studios/news/ I’ve make 4 examples.
The strange thing is that the resizing of the image works fine IF I have a sidebar, but I would like to have full width blog posts without sidebar.
Thx for help.
Jul…
Hi,
Did you try to set the image as your Featured Image? You can use Media Queries to make it responsive.
You can add this on your custom.css or Quick CSS
.avia_image {
width: 100% !important;
height: auto !important;
}
Regards,
Ismael
Hi,
What do you mean? Medias Queries? My image is set as featured image (to be displayed like a thumbin the grid) AND set in the post…
That’s works fine with this CSS add. Thanks Ismael!
Best regards.
Jul…
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin