Header image is no more responsive inV18

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
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
Post Reply
daveb4
 
 
Posts: 30
Joined: Mon Sep 05, 2022 7:47 am

Header image is no more responsive inV18

Post by daveb4 »

Sorry, but I have one more problem

I have a website using a master page with header image made with V17.40. I wanted to update the project to V18.05 but the header image is no more responsive inV18. I changed nothing on the setting of the image.
(For testing I reduced the project to index and master page, so it is not to large).

V17: www.lighteagle.com/tsta/index.html
V18: www.lighteagle.com/tstb/index.html

V17 project : www.lighteagle.com/tsta/MasterPage_V17.zip
wbs: www.lighteagle.com/tsta/MasterPage_V17.wbs
V18 project : www.lighteagle.com/tstb/MasterPage_V18.zip
wbs: www.lighteagle.com/tstb/MasterPage_V18.wbs

What may be wrong?
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Header image is no more responsive inV18

Post by Pablo »

What do you mean by 'no more responsive'?
What did you expect to happen?
What do I need to do to see what you mean?
daveb4
 
 
Posts: 30
Joined: Mon Sep 05, 2022 7:47 am

Re: Header image is no more responsive inV18

Post by daveb4 »

If you watch the site on a laptop with full size browserwindow V17 and V18 are identical. If I reduce the browser width to a ratio like a smartphone in portrait mode V17 scales the image correct - in V18 the image scaling is wrong. Same effect if you use a real smartphone.
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Header image is no more responsive inV18

Post by Pablo »

You have set the column height of the layout grid to 'fixed'.
In the 480 breakpoint, the columns are stacked so the height of the header will be the sum of all 3 columns.
I recommend to set the column height to 'auto in the breakpoint.

Also, note the '!' in the breakpoint toolbox. This means that you will need to review the breakpoint before publlshing the page.
daveb4
 
 
Posts: 30
Joined: Mon Sep 05, 2022 7:47 am

Re: Header image is no more responsive inV18

Post by daveb4 »

To change the setting to auto makes no difference.
My problem is: why does it work perfect with V17: www.lighteagle.com/tsta/index.html and not with V18 : www.lighteagle.com/tstb/index.html
I did not change anything except the text in the text field from V17 to V18.
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Header image is no more responsive inV18

Post by Pablo »

It did not work correct in WB17, so that is why it was changed in WB18.
In WB17, the column height was not responsive, meaning that it was the same for all breakpoints.

If you set the column height (in the breakpoint) to 'auto' then it should work correct.
It does work for me, with your project.
daveb4
 
 
Posts: 30
Joined: Mon Sep 05, 2022 7:47 am

Re: Header image is no more responsive inV18

Post by daveb4 »

Which column height of which layout grid on which page (index or master) do you mean? I checked them all, and there are all in 'auto'.
daveb4
 
 
Posts: 30
Joined: Mon Sep 05, 2022 7:47 am

Re: Header image is no more responsive inV18

Post by daveb4 »

I found a possible solution for me:
master page column overflow to 'none' and breakpoint column height to 'auto' - as you said.

So thank you very much for all your help!
Post Reply