Memory Usage

32.3%
8,6,5,9,8,4,9,3,5,9

CPU Usage

140.05
4,3,5,7,12,10,4,5,11,7

Disk Usage

82.02%
1,2,1,3,2,10,4,12,7

Daily Traffic

62,201
3,12,7,9,2,3,4,5,2

IMG_43445

JPG Image

1.2mb

VID_6543

MP4 Video

24.8mb

Tax_Form

Word Document

5.5mb

Getting_Started

PDF Document

12.7mb

Introduction

PDF Document

7.7mb

IMG_43420

JPG Image

2.2mb

IMG_43447

JPG Image

3.2mb

VID_6545

AVI Video

14.8mb

Secret_Document

Word Document

4.5mb

+ Add Event

Images

Opt your images into responsive behavior and add lightweight styles to them.

A rounded, circle or thumbnail image

<img src="../img/img11.jpg" class="img-fluid" alt="">
<img src="../img/img11.jpg" class="img-fluid rounded" alt="">
<img src="../img/img11.jpg" class="img-fluid rounded-circle" alt="">
<img src="../img/img11.jpg" class="img-fluid img-thumbnail" alt="">

A simple jQuery image cropping plugin. https://github.com/fengyuanchen/cropperjs

<link href="../lib/cropperjs/cropper.min.css" rel="stylesheet">
<script src="../lib/cropperjs/cropper.min.js"></script>
<script src="../lib/jquery-cropper/jquery-cropper.min.js"></script>
<div><img src="../img/img17.jpg" id="myImage" alt=""></div>
var $image = $('#myImage');
$image.cropper({
aspectRatio: 16 / 9
});

// Get the Cropper.js instance after initialized
var cropper = $image.data('cropper');

An image with overlayed option at bottom center of an image.

<figure class="overlay">
  <img src="../img/img18.jpg" class="img-fluid" alt="">
  <figcaption class="overlay-body d-flex align-items-end justify-content-center">
    <div class="img-option">
      <a href="#" class="img-option-link"><div><i class="icon ion-android-share-alt"></i></div></a>
      <a href="#" class="img-option-link"><div><i class="icon ion-ios-gear"></i></div></a>
      <a href="#" class="img-option-link"><div><i class="icon ion-images"></i></div></a>
      <a href="#" class="img-option-link"><div><i class="icon ion-ios-star"></i></div></a>
    </div>
  </figcaption>
</figure>
Class Description
class="img-option img-option-sm" Set the image option to smaller.