HTML widgets for use on a MODX dashboard. The "Widget Content" is listed below.
Each widget embeds an iframe that loads static HTML hosted in this repo using GitHub pages.
A javascript based image resize and optimisation widget powered by https://bulkresizephotos.com/embed with configurable options tied to MODX system settings.
[[++bulkresizeq]] = 0.80
The quality to use for JPEG compressions.
[[++bulkresizew]] = 1600
The pixel length of the longest side of the output image.
<iframe width="400" height="300" style="max-width:100%;" scrolling="no" src="https://dashmedia.github.io/modx-dashboard-widgets/bulkresize.html?bulkresizew=[[++bulkresizew]]&bulkresizeq=[[++bulkresizeq]]" frameborder="0" allowfullscreen></iframe>