Enlargement display image, can control the zoom gesture, left slide page (MUI)

(MUI) enlarged display image, can control the zoom gesture, the left and right slide page

Click to enlarge the picture only display

导入jQuery

$(document).ready(function() {
			$("#e").imgbox({
				'speedIn'		: 0,
				'speedOut'		: 0,
				'alignment'		: 'center',
				'overlayShow'	: true,
				'allowMultiple'	: false
			});
		});

Guess you like

Origin blog.csdn.net/fengtingYan/article/details/86637452