lewiscollard / django-flexible-images

A responsive image solution for Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look into replacing images in arbitrary text strings

danielsamuels opened this issue · comments

Given a TextField or another WYSIWYG-type text input within an application, a image could be present within a block of text. It would be useful if the library could provide an optional middleware which could parse and replace image tags with the flexible-images equivalent.

A similar system is available in the onespacemedia/cms repo.