Пример #1
0
				<td><?php 
_e('Lightbox Image Custom Width:', 'maxgalleria');
?>
</td>
				<td>
					<input data-default="<?php 
echo $options->lightbox_image_size_custom_width_default;
?>
" type="text" class="small" id="<?php 
echo $options->lightbox_image_size_custom_width_default_key;
?>
" name="<?php 
echo $options->lightbox_image_size_custom_width_default_key;
?>
" value="<?php 
echo $options->get_lightbox_image_size_custom_width_default();
?>
" /> px
				</td>
			</tr>
			<tr>
				<td><?php 
_e('Lightbox Image Custom Height:', 'maxgalleria');
?>
</td>
				<td>
					<input data-default="<?php 
echo $options->lightbox_image_size_custom_height_default;
?>
" type="text" class="small" id="<?php 
echo $options->lightbox_image_size_custom_height_default_key;