ProRM wrote:Hi John,
I see the same behaviour building a responsive form with 2022.06. I think you should open a ticket in Support.
You have the column as 12 (col-md-12) and that causes the image to take all the space. If you change it to col-md-1 it will resize.
Regards,
Alrighty, I'll get a support ticket going!
You have the column as 12 (col-md-12) and that causes the image to take all the space. If you change it to col-md-1 it will resize.
Exactly, that isn't the behavior of how it worked before.
I would have the Image in that 12-col, alongside text next to it. The Image is 24x24 so it would display as such, and the text would right next to it.
- originalbootstrap.png (5.65 KiB) Viewed 5113 times
Now the 24x24px image gets autosized to take up the full Col-12 in the current version. I didn't change anything my own format, something updated with how Servoy interprets Bootstrap (or Bootstrap itself?) which is causing this.
I'll have to use putting them in a Col-1 as a hotfix for now, but 1 doesn't fix the problem. AutoSizing is the issue here. If I could just disable the autosizing so the image can appear as it's normal size, as it was before, that would be great.
Of course Autosizing will definitely have it's usefulness in other areas, so I just mean giving an option to disable it when desired.
EDIT:
Sadly, as a suspected, Col-1 didn't fix much. The image still isn't displaying as 24x24px as it originally is, and still is abnormally big (thanks to the autosizing).
- col1.png (8.38 KiB) Viewed 5109 times