One image is loading at 590px, but it stretching at full width.
I thought this would stop it:
Code: Select all
#grve-single-media img
{
max-width: 100% !important;
}
What is the right way to make sure any image there loaded, never go wider than it's core width? ie. 590. But some maybe 790, 850... etc.