How to stop auto-resize to max-width 100%

Aug 20, 2015 21:23

Hi,

I've been using this theme for like a life and never had any issue until recently, and here's why I'm here.
LJ support said they can do nothing about this and suggested to ask for help in a community, so this is like my last resort before be forced to go and edit every single post of my LJ.

*

I always posted big pics in my entries and the pics, if necessary, just stretched out to the right, since my entry content is aligned to left.
I hide the bigger images under a cut (I have a preview/teaser pic above the cut and inside there's the actual pic), so I didn't want to have yet another preview under the cut and have the preview link to the original-size pic, as it would be kind of redundant.

Note that I always include the width and height parameter for every image, to avoid any CSS rule screwing it up.

This always worked fine until last days, when I noticed that - all of a sudden - all my pics were auto-resized to 450px (which I guess is the max width of my entry div).

Through inspector I've seen that the code forcing the resize is this bit

.entry_text IMG:not([width]):not([height]):not([style*="height"]) {
max-width: 100%;
height: auto;
}

Doing my research, before bothering the LJ support, I found out a post and the person fixed the issue in the Entry section of the Customize page, but I guess it's something only paid account have, since I don't have that section at all.
Is there a way to over-ride this issue with a plus account?

Regardless of any solution, I wonder more why this happened all of a sudden? Has been this parameter introduced only recently? I never modified my customized CSS sheet since ages so I know it's not something from my end.

Thank you in advance.

free accounts, entries

Previous post Next post
Up