mrtg-index

TL;DR

To improve the display of MRTG graphs on mobile devices, specific meta and CSS code can be added to the index.html file to enforce responsiveness.

  • The solution requires implementing a viewport meta tag and CSS media queries within the head section.
  • This code ensures that tables and images scale to fit the screen size on smaller devices.
  • The implementation automatically adjusts the layout for different screen widths, though it removes the native zoom functionality by default.