Specify Size of Image Model Popup
Please note that this is now available as a plugin for easier installation. While you can use this document as a reference, the recommended method to add this functionality is through the plugin installation wizard. Learn more about plugins here.
Follow the steps listed below to customize the size of a file field's Image Model Popup.
1. Enable the file field “Open in Popup.”
In the CSS tab of the page, add the following code.
.tb-full-popup-1 .modal-dialog {
max-width: 50% !important;
}
Original Community Post:
https://community.tadabase.io/t/how-do-i-specify-size-of-images-in-table-popup/2055/6
We'd love to hear your feedback.