Closed (works as designed)
Project:
Field Slideshow
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2011 at 12:40 UTC
Updated:
15 Mar 2019 at 14:38 UTC
Jump to comment: Most recent
Comments
Comment #1
idflood commentedWhat exactly do you mean by inline? Inserting the slideshow inside the body?
edit: maybe a duplicate of #1115906: Use field_slideshow with insert module?
Comment #2
JohnnyX commentedIt's possible, but not as simple as insert an image...
Build a view with slideshow and insert it inside a node:
http://drupal.org/project/insert_view
Or embed a node inside another nodes body field:
http://drupal.org/project/node_embed
Comment #3
timdavison commentedYou can do this with node_field_embed if your slideshow field is part of the node itself.
https://www.drupal.org/project/node_field_embed
If your slideshow field is another node, then node_embed as mentioned above will do it.
Comment #4
lamp5