0
I’m using a wysiwyg editor to generate text content for dynamic blog pages that I’m doing.
How it would be possible to add multiple images in the texts, positioning them in a certain place of the text?
You can do this using wysiwyg editor?
0
I’m using a wysiwyg editor to generate text content for dynamic blog pages that I’m doing.
How it would be possible to add multiple images in the texts, positioning them in a certain place of the text?
You can do this using wysiwyg editor?
1
I managed to solve it, I’ll leave the answer here to help those who fell into the same problem. I use the Laravel, so there is for this Framework a file manager that makes possible the management, organization, selection of multiple images among other features! the link is:
https://unisharp.github.io/laravel-filemanager
Just follow the step by step installation, after that go in the "Integration" option in the menu and there it indicates some wysiwyg editors for integration. I am using Ckeditor and solved 100% my problem!
Follow the documentation and be happy.
Browser other questions tagged javascript laravel css3 wysiwyg
You are not signed in. Login or sign up in order to post.
place the cursor inside the text click on the image icon, enter the image address and you’re done
– user60252
Only it’s one by one
– user60252