1 tgodfrey Sep 27, 2016 09:34
3 tgodfrey Sep 28, 2016 01:18
I would expect the image to resize within the post across a range of screen sizes. It doesn't, as you can see here. This is Ark. Bootstrap blog behaves the same way. in Business, the image resizes.
4 gerardp Sep 28, 2016 04:04
As far as I understand, the only way to make them responsive is by using Edit >> Images & Attachments >> Attach existing files (or upload them first, of course).
That works, but you will unable to apply any formatting on the images (border, link, etc.).
Although the mods insist B2 is responsive, it is not quite as I understand the term, and not implemented as in some other cms'.
Still, if you go the "attachment" route, it will work for inline images, in my experience, even though the Ark and Bootstrap header images are not "responsive"; they crop rather than scale...
Hoping this helps.
5 tgodfrey Sep 28, 2016 04:15
I see. I have uploaded the images in that way, but they remain unresponsive to screen size. I guess it is Business! (so to speak)
Thanks for the clarification.
6 fplanque Sep 28, 2016 14:06
I posted a code snippet in another recent thread about constraining images to 100% with (which is not proper responsive treatment but which is what you expect).
THis will also be included in 6.7.7 or 6.8.0
7 tgodfrey Sep 29, 2016 03:29
That would be this:
<style>
img { max-width: 100%; max-height: auto }
</style>
to be placed in
Collections/Settings/Advanced/Skin and style/Custom meta tag/css section (before </head>)
Thank you.
8 gerardp Sep 29, 2016 04:09
FYI.
I have not implemented this code snippet yet and my inline images are still scaling properly.
If the suggested mod works for you, great.
If not, maybe you are not quite following the suggested procedure: attach image, set it to "inline", put the cursor on an insertion point and click the + in the green circle in the "Actions" column of the Images & Attachments panel.
[image:187]The code should look like something like this <p></p>
Hoping this helps.
what's your expected behaviour? can you send us some screenshots, then we can see the issue you mentioned?