aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/test/css
diff options
context:
space:
mode:
Diffstat (limited to 'library/cropperjs/test/css')
-rw-r--r--library/cropperjs/test/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/cropperjs/test/css/main.css b/library/cropperjs/test/css/main.css
new file mode 100644
index 000000000..6a86d123c
--- /dev/null
+++ b/library/cropperjs/test/css/main.css
@@ -0,0 +1,9 @@
+.container {
+ max-width: 640px;
+ max-height: 360px;
+ margin: 20px auto;
+}
+
+.container > img {
+ max-width: 100%;
+}