Responsive Main Image in Linked Site

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
User avatar
crispy68
 
 
Posts: 3052
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Responsive Main Image in Linked Site

Post by crispy68 »

Your demo is working correctly.

When a breakpoint is hit, yes it is resizing the background image to fit the background of the container. Since the height of the grid is different in each breakpoint it is going to "jump" to resize the image. That's just how it works. Think about it...if you are going from say 1366 x 600 to 780 x 300 it's not going to be smooth. It's going from one fixed height to another fixed height.

The only way you can get the 'smoothness' you are speaking of is you need to set the height to use a vh unit.
Post Reply