Hi all,
I'm constructing a new cms with the option to create reviews and articles (blog items). Now if the user wants to write a review he/ she will want to add a lot of images in the text. Now my question to you is , what would be the best option to include those images (with keeping in mind that a CDN can be used later).
I was thinking of the following methods:
- Break an article in multiple blocks, each block can then include a picture and text.
- Just add the picture in the text via WYSIWYG editor (easiest option but not so versatile)
- Upload images separately and include them via tags in article text. Like
Title
{img_1}Content
How do you guys (and girls) do these things?
Thanks for your time