Today, in this post I will quickly show you " How to integrate those fancy modal image preview in ASP.NET ".
Magic library for this functionality is mighty FancyBox the "tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built at the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize."
Let's see how things are working....
- We create web site project inside our VS 2012.
- Include into project jQuery in this sample I use latest version 1.7.2.
- Also we need to include FancyBox. (It would be very strange to not include it in this sample)
So, our project look's like:
Here you can see our included files inside project, also you can see our test page html and jQuery code.
Most important thing here is that you use class="fancybox" as image control css class.
jQuery code is very very simple as you can see here:
$(document).ready(function () {
$(".fancybox").fancybox();
});
There are more cases in how to use fancybox that you can check at FancyBox.
Effect that we managed to create looks like this:
When we click on image we get this.
So, long, folks!
Best ASP.NET Core 1.0 Hosting Recommendation
ASPHostPortal.com provides its customers with Plesk Panel, one of the most popular and stable control panels for Windows hosting, as free. You could also see the latest .NET framework, a crazy amount of functionality as well as Large disk space, bandwidth, MSSQL databases and more. All those give people the convenience to build up a powerful site in Windows server. ASPHostPortal.com offers ASP.NET hosting starts from $1/month only. They also guarantees 30 days money back and guarantee 99.9% uptime. If you need a reliable affordable ASP.NET Hosting, ASPHostPortal.com should be your best choice.