Thursday, November 28, 2013

Mobile carousel image viewer



I have used the html script from below blog for mobile carousel control, this is a great control, thanks to Matteo Spinelli who has done a great job providing such a useful control in as little code as possible. It users css styles for image transitions which is very efficient in browser.
HOW TO

DEMO

It was requirement of the project to use this control for horizontal swapping, which unfortunately seems to be having few issues, therefore I have modified the cardview.js file to work a little smoother in horizontal swapping mode. The complete code can be found here.

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...