The DHTMLX library provides a helper that changes the width and height of the page content based on the window size.
To create a responsive web page that will be easily adapted to different dimensions of a browser window, make use of the dhx.resizeHandler helper:
dhx.resizeHandler(container, function (width, height) {
// some logic here
});
Related sample: Helper. resizeHandler
The helper takes two parameters:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4