SVResolution
Shows Bootstrap breakpoint and viewport on the MODX frontend
Creator: Alex Palochkin (rumataestor)
About SVResolution
SVResolution is a small helper Extra for MODX Revolution that displays the current Bootstrap breakpoint and browser viewport width on the frontend. It is visible only to authenticated MODX manager users from the allowed group and helps test responsive layouts during development.
Information
Released
June 17, 2026
Supported Database
MySQL
License
MIT
Instructions
Install the package through the MODX Package Manager.
After installation:
- make sure the
SVResolutionplugin is enabled; - clear the MODX cache;
- open the frontend while authenticated in the MODX manager.
The indicator is shown only to authenticated MODX manager users from the allowed user group.
Plugin properties:
positioncontrols the indicator position on the screen;versionsets the Bootstrap breakpoint rules:3,4, or5;colorsets the text and border color;bgcolorsets the background color;allowed_groupsets the MODX manager user group allowed to see the indicator;zindexcontrols the CSS stacking priority.
For source code and documentation, see: https://github.com/rumata-estor/svresolution
New in 1.0.4-pl
Changed:
- Hardened the
allowed_groupvisibility check before displaying the indicator. - Improved the reliability of restricting indicator visibility to authenticated MODX manager users from the allowed group.
Fixed:
- Fixed a potential case where an empty or improperly handled
allowed_groupvalue could lead to unintended indicator visibility.