css - C# Webbrowser: Specifying Max-Device-Width -


i working on web application uses windows forms c# webbrowser take screenshots of web pages , save them archiving purposes.

i running issue pages use max-device-width in css media queries responsive layout.

apparently max-device-width webbrowser control defaults 1024 px causes css rules fire resulting in layout issues.

using max-width in media queries fix this, have undesired effects when resizing browser window on desktop browsers.

is there way of specifying max-device-width of webbrowser?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

http - Safari render HTML as received -