Keyword

What's with the image auto resizing?

More
10 years 8 months ago #133279 by MiloW
Hi,

I did a migration with SP Upgrade and noticed that in article images are all resized to 750px width.
Why is that so?

I tried to search for a solution but found just some stuff about editing template or something. No detailed explanation given even where to put the code.

The thread was 3 or so years old and I believe now you guys implemented "LEAVE THE FREAKING IMAGES ALONE" switch?

Look at this:
the original: www.esteticmed.pl/zabiegi/wypelnianie-zmarszczek/succeev
migrated:http://dev.webastyczny.pl/kb-dev/oferta/zabiegi/itemlist/category/9-wypelnianie-zmarszczek.html
Look at the "green lady"!

How to do sth about it?

Thanks,

MiloW

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #133280 by Lefteris
Replied by Lefteris on topic Re: What's with the image auto resizing?
Hi. Probably you need to ask the SP Upgrade developers about this.

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #133281 by MiloW
Replied by MiloW on topic Re: What's with the image auto resizing?
OK, so it's not K2?
Will write to them.

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #133282 by Lefteris
Replied by Lefteris on topic Re: What's with the image auto resizing?
K2 has specific options for images. You can set the desired width for each of 5 sizes that K2 supports in the K2 parameters. Then K2 will resize the image accordingly when you create a new item. However an upgrade extension may handle this on it's own way.

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago - 10 years 8 months ago #133283 by MiloW
Replied by MiloW on topic Re: What's with the image auto resizing?
Well, I've read about these sizes and this sounds idiotic to me. There is no option like "default" in the panel.

The guys at SP wrote to me that it isn't SP Upgrade for sure and I'd agree with it as articles, when shown in the panel, have images in normal width.

EDIT:
GOT IT!!!!!!!!!!!!!!!!!!!!!!!!

It was
div.groupLeading div.itemBody img,
div.groupLeading div.userItemList img,
div.groupLeading div.catItemBody img,
div.groupLeading div.tagItemBody img,
div.groupPrimary div.itemBody img,
div.groupPrimary div.userItemList img,
div.groupPrimary div.catItemBody img,
div.groupPrimary div.tagItemBody img,
div.groupSecondary div.itemBody img,
div.groupSecondary div.userItemList img,
div.groupSecondary div.catItemBody img,
div.groupSecondary div.tagItemBody img,
div.latestItemBody img {
width: 100% !important;
margin-top: 10px;
}
and it was Joomlashine external css for K2 : )

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum