让博客园博客中的图片支持fancybox浏览

我给博客中的图片设置了最大宽度,如果有大点的图片内容会模糊。

所以想实现点击图片可弹窗浏览。还好博客园支持自定义js和css。这样我们可以引入fancybox插件。

实现:

1. 进到配置页面http://i.cnblogs.com/Configure.aspx

2. 在页首Html代码填上 <link href="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.min.css" rel="stylesheet">

    页脚Html代码填上

   <script src="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.pack.js"></script>
   <script type="text/javascript" src="http://sandbox.runjs.cn/uploads/rs/454/tvi0igb5/my.js"></script>

保存,ok。

posted @ 2015-12-28 23:41  飞凡123  阅读(441)  评论(1编辑  收藏  举报