「なんだっけ?」と思った時にここを見にくるページ
host / username / remotePath を書く。
/home/ユーザー名/example.com/public_html/ を初期ディレクトリに指定。
max-width: 90vw; と max-height: 90vh; を指定して、
画面サイズに応じて縮小されるようにする。
.modal img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.modal-close { position: absolute; top: 8px; right: 8px; z-index: 9999; }