I need some help, I have created series of containers in which I have set their overflow to hidden. My greatest issue is that am avoiding background image for each of the container, so that it would be easy for me to plug it into dynamic content after exporting out WF. When I resize the browser window, their seems to be a gap at the bottom. Is this as a result of some missing queries? Or Is this the default performance of webflow or is there something I should or should have done.
My greatest issue is that am avoiding background image for each of the container,
Thanks Vincent, is there no other way than to make the image a background? My experience going that route, is that it is very tedious managing the project in the future, as a slight change in one page of the site would result in updating the entire site, because of the way webflow handles css. There is no support for page css and that is hell of a work!
Vincent, I have been able to re-create it without using background-image. I simply made the container height auto while setting overflow to hidden so that the excess can be clipped. However, I noticed the issue is with the slider widget. WF slider won’t support auto height or the slider cannot fill the in-between media queries (Bug maybe or oversight?) Nevertheless what I did was to make the slider height 100%.