HEX
Server: nginx/1.28.3
System: Linux ip-172-31-12-242 6.17.0-1007-aws #7~24.04.1-Ubuntu SMP Thu Jan 22 21:04:49 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/nasuhang.com/wp-content/plugins/comment-image-lightbox/css/lightbox.css
.wp-block-comment-content img,
.comment-content img,
.wp-block-post-comments .commentlist img {
	cursor: zoom-in;
	transition: transform 0.2s ease;
	max-width: 100%;
	height: auto;
}

.wp-block-comment-content img:hover,
.comment-content img:hover,
.wp-block-post-comments .commentlist img:hover {
	transform: scale(1.02);
}

#comment-image-lightbox-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	cursor: zoom-out;
}

#comment-image-lightbox-overlay.active {
	opacity: 1;
	visibility: visible;
}

#comment-image-lightbox-overlay img {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

#comment-image-lightbox-overlay.active img {
	transform: scale(1);
}

#comment-image-lightbox-close {
	position: fixed;
	top: 20px;
	right: 24px;
	z-index: 9999999;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, background 0.2s ease;
}

#comment-image-lightbox-close.active {
	opacity: 1;
	visibility: visible;
}

#comment-image-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.3);
}