Plugin Author
Gunu
(@grafcom)
@ruipdguerra
is this a Featured image? How dit you set it?
Yes it is a Featured Image
Plugin Author
Gunu
(@grafcom)
How did you get it done that this language sensitive?
I’ve never tried it myself.
This is already came with the theme..but this is silly.
in the default language, all images are ok.
when i change to PT or ES, doesnt respect this piece of code..
Plugin Author
Gunu
(@grafcom)
can you give me a link so I can see it in action?
Plugin Author
Gunu
(@grafcom)
Yup, I see. Strange
In you theme css look for this:
.preloader .fadein {
opacity: 1 !important;
}
img {
border: 0 none;
height: auto;
max-width: 100%;
}
change max-with to 100px
Check whether this has no undesirable effects
Doesnt do what is expected.
Check it pls
Plugin Author
Gunu
(@grafcom)
but image max-width is still 100% instead of 100px
img {
border: 0 none;
height: auto;
max-width: 100%;
}
Plugin Author
Gunu
(@grafcom)
what is in
class=bwWrapper link-icon ?
Yes, the img is still with max-width: 100% but its not beeing read.
I have created a new selector for that image:
.preloader.GMnewslist img {
max-width: 100px;
}
.bwWrapper {
position: relative;
overflow: hidden;
display: block;
Plugin Author
Gunu
(@grafcom)
the CSS on the page shows it is still using
img {
border: 0 none;
height: auto;
max-width: 100%;
}
try the !IMPORTANT
Plugin Author
Gunu
(@grafcom)
The width is now working, right?
Ask the developers of the theme how this works on their theme.
They can always contact us to tune things together.
We can not do any commercial theme changes if we do not have the source code. I hope you understand.