Component 1: Embedded Gallery Use this if you wish to show a gallery of images within your page using various layouts, with optional full-screen (lightbox-style) viewing. [Component Inspector Options] The following are available in addition to the Shared Options described above: Property Inspector Name Description galleryLayout Gallery Layout Select a gallery layout; possible values are:- default / Default (use the gallery layout set on the plugin settings page)- gallery_tiles / Tiles- gallery_carousel / Carousel- gallery_combined / Combined- gallery_slider / SliderCheck out the demo site for live examples of each layout. tilesLayout Tile Layout Only applicable if the Gallery Layout is set to “Tiles”; possible values are:- default / Default (use the default gallery layout set on the plugin settings page)- gallery_tiles_columns / Columns- gallery_tiles_justified / Justified- gallery_tiles_nested / Nested- gallery_tiles_grid / Grid combinedLayout Thumbnails Layout Only applicable if the Gallery Layout is set to “Combined”; possible values are:- default / Default (use the default thumbnails layout set on the plugin settings page)- gallery_combined_default / Normal (default)- gallery_combined_compact / Compact- gallery_combined_grid / Grid additionalGalleryOptions Script options Additional JS options that you want passed onto the UniteGallery script, for example: theme_panel_position: "bottom" imageResizerWidth Thumbnail Width Width of the generated thumbnail; Leave empty or set to 0 to only constrain the image by height; leave both width and height empty to fall back on the values set on the backend plugin configuration page imageResizerHeight Thumbnail Height Height of the generated thumbnail; Leave empty or set to 0 to only constrain the image by height; leave both width and height empty to fall back on the values set on the backend plugin configuration page imageResizerMode Thumbnail Mode Select how to resize your images into thumbnails, or select “default” to use the thumbnail mode set on the plugin settings page; possible values are: - Default- Exact- Portrait- Landscape- Auto- Crop galleryWidth Gallery Width Can be a number (pixel lenght) or a percent (of the parent container). Leave empty to fall back on the values set on the backend plugin configuration page galleryHeight Gallery Height Only applies to “Combined” and “Slider” galleries! Can be a number (pixel lenght) or a percent (of the parent container). Leave empty to fall back on the values set on the backend plugin configuration page For an explanation of page propreties, see Page Properties. Check out the Demo Site for live examples of the above.