mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added max width and max-height for picture
This commit is contained in:
@@ -989,6 +989,11 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#thumbnail_image_channel{
|
||||
max-width: 200px;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
#thumbnail_image{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
8
public/dist/main.min.js
vendored
8
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -260,7 +260,7 @@ var Admin = {
|
||||
}
|
||||
|
||||
if(conf_array.thumbnail != undefined && conf_array.thumbnail != ""){
|
||||
$("#thumbnail_image").html("<img src='" + conf_array.thumbnail + "' width='100' height='100' alt='thumbnail' />");
|
||||
$("#thumbnail_image").html("<img id='thumbnail_image_channel' src='" + conf_array.thumbnail + "' alt='thumbnail' />");
|
||||
}
|
||||
|
||||
if(conf_array.description != undefined && conf_array.description != ""){
|
||||
|
||||
Reference in New Issue
Block a user