How do I specify size of images in table popup?

Understood.

  1. Make sure the file field has the option to “Open in Popup” enabled.

  2. Add this CSS to your page:

.tb-full-popup-1 .modal-dialog {
    max-width: 50% !important; 
}

5 Likes