Element.MobileViewport

A common head element for adjusting the viewport to mobile devices.

struct Element
enum MobileViewport = elemH!"meta"(attr!"name" = "viewport", attr!"content" = "width=device-width, initial-scale=1");

Meta