繁体   English   中英

漂亮的照片相关链接?

[英]pretty photo rel links?

我不知道是否有人会知道漂亮的照片,但是它是一个可以在诸如Facebook之类的窗口中打开图像的图库框。

http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

基本上,用户将单击人员个人资料,它将在此漂亮的照片框中打开一个页面。 它能够加载图像和页面,但是当我这样做时,我收到一条错误消息:“无法加载图像,请确保路径正确。”

我现在正尝试使用google来查看是否可以打开该页面,但它甚至无法与google一起使用。 有谁知道我要去哪里错了,有人可以告诉我在哪里解决此问题吗?

<?
    echo
"<a href=\"http://www.google.co.uk\" rel=\"prettyPhoto[1] \"><img width=90px height= 90px src=\"data/photos/{$chat['id']}/_default.jpg\"/></a>"; ?>

尝试将图像路径放在超链接中?

<?php
    echo "<a href=\"data/photos/{$chat['id']}/_default.jpg\" rel=\"prettyPhoto[1] \"><img width=90px height= 90px src=\"data/photos/{$chat['id']}/_default.jpg\"/></a>"; 
?>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM