HEX
Server:
System: Linux aac286ea486c 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
User: root (0)
PHP: 8.2.30
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,disk_free_space,diskfreespace
Upload Files
File: /dom877180/wp-content/plugins/gravityview/templates/css/source/_images.scss
/**
 * Default rules for images in a View
 *
 * @package   GravityView
 * @author    Zack Katz <zack@katzwebservices.com>
 * @license   GPL2
 * @link      https://www.gravitykit.com
 * @copyright Copyright 2016, Katz Web Services, Inc.
 *
 * @since 1.17
 */

// Fix over-zealous themes.
#TB_window img {
  max-height: 100%;
  max-width: 100%;
}

#TB_load {
  z-index: 100050 + 1; // By default, it displays under #TB_overlay, at 100050
}

// Screenshots Gallery
.gv-gallery .gv-field-file-uploads {
  margin: 0;
  padding: 0;
  li {
    list-style: none;
    display: inline-block;
    max-width: 200px;
    #{$margin-right}: 1em;
    margin-bottom: .5em;

    img {
      max-width: 100%;
    }
  }
}

.gv-container {
  img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
  }
}