" name="<?php 
echo $options->lightbox_video_size_custom_width_key;
?>
" value="<?php 
echo $options->get_lightbox_video_size_custom_width();
?>
" /> px
			</td>
		</tr>
		<tr>
			<td>
				<?php 
_e('Lightbox Video Custom Height:', 'maxgalleria');
?>
			</td>
			<td>
				<input type="text" class="small" id="<?php 
echo $options->lightbox_video_size_custom_height_key;
?>
" name="<?php 
echo $options->lightbox_video_size_custom_height_key;
?>
" value="<?php 
echo $options->get_lightbox_video_size_custom_height();
?>
" /> px
			</td>
		</tr>
	</table>
</div>