Problem with portfolio detail during magnify in mobile device

1 reply · opened Oct 7, 2016

Rringola96Oct 7, 2016

During magnify portfolio detail in mobile device, the image moves on screen without being able to enlarge the desired detail.

TIA
Cristian

SSemicolon WebSTAFFOct 12, 2016

Hello,

Unfortunately the Option to Enlarge the Image on Mobile Devices is currently not available for Magnific Popups. Consider adding the disableOn: 480 Option in the lightbox: function() Function Block for the Image Lightbox. Example:

$lightboxImageEl.magnificPopup({
	disableOn: 480,
	type: 'image',
	closeOnContentClick: true,
	closeBtnInside: false,
	fixedContentPos: true,
	mainClass: 'mfp-no-margins mfp-fade', // class to remove default margin from left and right side
	image: {
		verticalFit: true
	}
});

Hope this Helps! Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard