HEX
Server: Apache
System: Linux digivps 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64
User: root (0)
PHP: 8.3.15
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/biographybirthday.com/wp-content/plugins/webp-express/lib/options/css/test-convert.css
#tc_content {
    display: flex;
}

#tc_content > * {
    width: 50%;
}

#tc_conversion_options label {
    font-weight: bold;
}

#tc_conversion_options label + select {
    margin-left: 6px;
}

@media (max-width:600px) {
    #tc_content {
        display: block;
    }
}

/* Comparison slider *
  ------------------- */
.cd-image-container {
    position: relative;
    width: 100%;
    background: #dc717d url(images/checker.png) repeat center center;
    margin-bottom: 5px;
}

.cd-image-container img {
    display: block;
}

.cd-image-label {
    display: inline-block;
    position: absolute;
    z-index: 10;
    color: #dc717d;
    top: 10px;
    font-weight: bold;
    font-size: 18px;
    /*text-shadow: 2px 2px 0px white;*/
    padding: 2px 4px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.cd-image-label.original {
    left: 15px;
}
.cd-image-label.webp {
    right: 15px;
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    backface-visibility: hidden;
    border-right: 2px dotted black;
}
.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    animation: cd-bounce-in 0.7s;
}
.cd-handle.draggable {
    background-color: #445b7c;
}
.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #dc717d url(images/drag-handle.svg) no-repeat center center;
    cursor: move;
    /*box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.3);*/
    opacity: 100;
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}