mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
8 lines
No EOL
299 B
PHP
8 lines
No EOL
299 B
PHP
<link href="<?php echo getCDN(); ?>node_modules/croppie/croppie.css" rel="stylesheet" type="text/css"/>
|
|
<script src="<?php echo getCDN(); ?>node_modules/croppie/croppie.min.js" type="text/javascript"></script>
|
|
<style>
|
|
.img-radio {
|
|
opacity: 0.5;
|
|
margin-bottom: 5px;
|
|
}
|
|
</style> |