Topic: Showing images jquery

hii

Owning a personal website
I have problems to view the images in Jqr
How can display the image when clicked

Note that I used this script are http://fancybox.net/home

Code on the home page:
                        <li class="photoghraphy">
[url=http://www.google.com]
                                                                <?PHP
$template = "img";
$category = "2";
include("addnews/show_news.php");
?>                           
<h2 class="title">Help us</h2>
<span class="categorie">Photography</span>
                            [/url]
                        </li>

code in the tempelet:
http://www12.0zz0.com/2015/03/12/15/446684292.jpg


I want to display images so:
http://www12.0zz0.com/2015/03/12/15/719765805.jpg
When you click on the news or image

thanx

Re: Showing images jquery

There are no restrictions on using fancybox. You just need to apply the scripts and styles to the required page according to the documentation. Then, at the end of the page you need to define the script for connecting your images to fancybox.
When creating news, you need to input text in HTML to correctly specify the required style types.

Best regards,
CN Support team