I made a website using WB14. A break point is set at 480.
I notice that a Photogallery placed in a Layoutgrid nicely reduces all content in size when less than 480 is available. It seems that a Photogallery with same width placed in a Flexgrid does not have that behavior. The size of the photos is not adequately reduced.
Are settings for Flexgrid available to get the same result as with the Layoutgrid?
Thank you.
Layoutgrid vs. Flexgrid
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: Layoutgrid vs. Flexgrid
A flex grid uses 'flexbox' so if you want the object to be flexible then you will need to set the flex box properties (flexgrid/shrink) otherwise the object will have a fixed size.
http://wysiwygwebbuilder.com/flexbox.html
Note in that version 15, the flexgrid has an 'easy mode' where most of the flexbox properties will be set automatically.

http://wysiwygwebbuilder.com/flexbox.html
Note in that version 15, the flexgrid has an 'easy mode' where most of the flexbox properties will be set automatically.
