You are here

public function JuiceboxGalleryInterface::renderEmbed in Juicebox HTML5 Responsive Image Galleries 7.2

Get the embed code for a Juicebox gallery once images and options have been added.

Return value

string Embed code markup describing a gallery.

2 methods override JuiceboxGalleryInterface::renderEmbed()
JuiceboxGallery::renderEmbed in includes/JuiceboxGallery.inc
Get the embed code for a Juicebox gallery once images and options have been added.
JuiceboxGalleryDecorator::renderEmbed in includes/JuiceboxGalleryDecorator.inc
Get the embed code for a Juicebox gallery once images and options have been added.

File

includes/JuiceboxGalleryInterface.inc, line 203
Interface definition for a Juicebox gallery.

Class

JuiceboxGalleryInterface
Interface definition for a Juicebox gallery.

Code

public function renderEmbed();