fix(Media): cover no jpeg compression
This commit is contained in:
parent
c1d2457bff
commit
00f4de5765
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default class MediaService {
|
|||
transformOptions = { width: 250, withoutEnlargement: true, fit: 'cover' }
|
||||
}
|
||||
if (type === 'cover') {
|
||||
quality = 90
|
||||
quality = 100
|
||||
transformOptions = { height: 550, withoutEnlargement: true, fit: 'cover' }
|
||||
}
|
||||
console.log('transform called', transformOptions)
|
||||
|
|
Loading…
Reference in a new issue