RE: Re: How to resize image from Django ckeditor_uploader in the HTML template while rendering?

2020-05-18 Thread Vishesh Mangla
Ali AhammadSent: 18 May 2020 18:02To: Django usersSubject: Re: How to resize image from Django ckeditor_uploader in the HTML template while rendering? thanx for your reply. i am using pillow in my profile app. but the main issue is with ckeditor_uploader as you know i have to use RichTextUploadingFi

Re: How to resize image from Django ckeditor_uploader in the HTML template while rendering?

2020-05-18 Thread Ali Ahammad
> *From: *Ali Ahammad > *Sent: *17 May 2020 22:45 > *To: *Django users > *Subject: *How to resize image from Django ckeditor_uploader in the HTML > template while rendering? > > > > I am using Django ckeditor_uploader to make a post view for a blog. But > while

RE: How to resize image from Django ckeditor_uploader in the HTML template while rendering?

2020-05-18 Thread Vishesh Mangla
You can resize an image using the Pillow library or open-cv. Sent from Mail for Windows 10 From: Ali AhammadSent: 17 May 2020 22:45To: Django usersSubject: How to resize image from Django ckeditor_uploader in the HTML template while rendering? I am using Django ckeditor_uploader to make a post

How to resize image from Django ckeditor_uploader in the HTML template while rendering?

2020-05-17 Thread Ali Ahammad
I am using Django ckeditor_uploader to make a post view for a blog. But while rendering in the template I wanted to render image separately from the post content texts. My main goal is to set the image separately on the template on top and resizing it. And I can set more pictures inside the