fix items image course cropper height default

1.10.x
aragonc 9 years ago
parent fe5686c616
commit 25f7969a2d
  1. 1
      app/Resources/public/css/base.css
  2. 2
      main/course_info/infocours.php
  3. BIN
      main/img/session_default.png
  4. BIN
      main/img/session_default_small.png

@ -5318,6 +5318,7 @@ div#chat-remote-video video {
.items-course .items-course-info .title{
font-size: 14px;
min-height: 32px;
line-height: 1.3;
}
.items-course .items-course-info .teachers{
font-size: 12px;

@ -70,7 +70,7 @@ $(document).ready(function() {
$image.cropper("destroy");
$image.cropper({
aspectRatio: 4 / 3,
aspectRatio: 16 / 9,
responsive : true,
center : false,
guides : false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save