<?xml version="1.0" encoding="UTF-8"?>

	<fields>
		
		<fieldset name="gallery_options" label="Gallery Options" icon="eg-icon-cog-alt">
				
				<field name="theme_gallery_padding" 
					type="text"
					default="0" 
					label="Gallery Padding Sides Addition"
					unit="px"
					description="Add some padding from the sides of the gallery. Note that initially the nested type has some padding because of it's algorthitm."></field>

				<field name="tiles_nested_optimal_tile_width" 
					type="text"
					default="250" 
					label="Optimal Tile Width"
					unit="px"
					description="Choose the optimal tile width that you prefer. The tile sizes will be set accordingly">
				</field>
					
				<field name="tiles_space_between_cols" 
					type="text"
					default="3" 
					label="Space Between Columns"
					unit="px"
					description="Space between columns. Horizontal and vertical space"></field>

				<field name="tiles_space_between_cols_mobile" 
					type="text"
					default="3" 
					label="Space Between Columns Mobile Size"
					unit="px"
					description="Space between columns. Horizontal and vertical space on mobile gallery size (under 480px))">
				</field>
				
				<field name="tiles_min_columns" 
					type="text"
					default="2" 
					label="Number Of Columns On Mobile Mode"
					unit="cols"
					description="The number of columns on mobile mode. Can be 1 or 2">
				</field>
				
				<field type="hr"></field>
				
				<field name="theme_enable_preloader" 
					type="boolean"
					default="true" 
					label="&lt;b&gt;Show Gallery Preloader&lt;/b&gt;"
					description="show gallery preloader, to show before first tile place"></field>
				
				<field type="bulk_control_start" 
					parent="theme_enable_preloader"
					ctype="show" 
					value="true" />
				
					<field name="theme_preloading_height" 
						type="text"
						default="200" 
						label="&amp;nbsp; Preloading Area Height"
						unit="px"
						description="The height of the preloading area"></field>
					
					<field name="theme_preloader_vertpos" 
						type="text"
						default="100" 
						label="&amp;nbsp; Preloader Circle Y Pos"
						unit="px"
						description="The y position of the preloading circle"></field>
				
				<field type="bulk_control_end"/>

				<field type="hr"></field>
				
				<field name="tiles_enable_transition" 
					type="boolean"
					default="true" 
					label="Enable Transition"
					description="Enable transition on width resize"></field>

				<field name="gallery_shuffle" 
					type="boolean"
					default="false" 
					label="Shuffle Items At Start"
					description="Shuffle (randomize) items at gallery start">	
				</field>

				<field type="hr"></field>
				
				<field name="theme_open_lightbox_at_start" 
					type="boolean"
					default="false"
					label="&lt;b&gt;Open Lightbox At Start&lt;/b&gt;"
					description="Open lightbox at page init">
				</field>
				
				<field name="theme_auto_open" 
					type="text"
					default="0" 
					label="&amp;nbsp; Open Lightbox At Tile"
					unit="tile number"
					description="Enter the tile index that the lightbox will be open at start">
				</field>
				
				<field type="control" 
					parent="theme_open_lightbox_at_start"
					ctype="show" 
					child="theme_auto_open"
					value="true"
				/>
				
		</fieldset>
</fields>
