resolution upload avatar
This commit is contained in:
@ -102,7 +102,7 @@
|
||||
resizewidth=$('#largeimg').width();
|
||||
|
||||
$('#largeimg').CropSelectJs({
|
||||
imageSrc: "/{{ appAlias }}/uploads/{{type}}/{{ file }}",
|
||||
imageSrc: "{{ asset("uploads/"~type~"/"~file) }}",
|
||||
selectionResize: function(data) { resize(data); },
|
||||
selectionMove: function(data) { move(data); },
|
||||
});
|
||||
|
Reference in New Issue
Block a user