how to make automatic Lightbox for all images that are inserted through the ckeditor?
how to make automatic Lightbox for all images
|
2015-03-31, 02:02:05
I don't think there's such a plugin, but you can use the fancybox plugin:
http://get-simple.info/extend/plugin/fan...lugin/404/
2015-03-31, 08:16:56
(2015-03-31, 02:02:05)datiswous Wrote: I don't think there's such a plugin, but you can use the fancybox plugin: this plugin scripts taken from the admin, so even when the code to edit, you still have to manually do a link from thumbnails to large image. I can put the scripts Fancybox or Lightbox manually, but friends do not know much about html and asked all automated. I would like to know whether it is possible to implement ckeditor so that he immediately put a link to the big picture with the class="fancybox"
2015-03-31, 08:56:18
you would probably need a ckeditor plugin.
2015-04-01, 12:58:43
if there is such a plugin for ckeditor, tell me, please, what is his name?
2015-04-03, 14:12:11
the plugins on the ckeditor website only lists compatibility version 4+ while gs is on 3.6-something, i think. so i dont know where you'd go to find what you're looking for. you might find something in the archived ckeditor forums.
2015-04-03, 22:59:22
There is a cke 4.x version...
of free plugins found http://ckeditor.com/addon/lightbox
only it creates a links like <a class="ckelightbox ckelightboxgallery" href="http://mysite.com/data/uploads/folder/img.jpg" title="">http://mysite.com/data/uploads/folder/img.jpg</a> may be possibly somehow fix the code was to tag img? <a class="ckelightbox ckelightboxgallery" href="http://mysite.com/data/uploads/folder/img.jpg" title=""><img src="http://mysite.com/data/thumbs/folder/thumbnail.img.jpg" alt="" /></a>
2015-04-06, 10:44:26
Surprisingly there is not much and most are pretty crappy. I have used slimbox in the past, sounds like ckeditor just needs a decent thumbnail link plugin.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)