modifié: video.html
This commit is contained in:
parent
e07de57fb2
commit
84b68e4898
@ -14,7 +14,7 @@
|
|||||||
success: function(data){
|
success: function(data){
|
||||||
$('.image').html('<img src="data:image/png;base64,' + data + '" />'); },
|
$('.image').html('<img src="data:image/png;base64,' + data + '" />'); },
|
||||||
} );
|
} );
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user