diff --git a/bolo-fantastic/article-list.ftl b/bolo-fantastic/article-list.ftl index 61aec4e..ac6b4d1 100644 --- a/bolo-fantastic/article-list.ftl +++ b/bolo-fantastic/article-list.ftl @@ -32,7 +32,7 @@
- ${article.articleTitle!} + ${article.articleTitle!}
@@ -66,7 +66,7 @@
diff --git a/bolo-fantastic/footer.ftl b/bolo-fantastic/footer.ftl index 342d5cc..4c9e34a 100644 --- a/bolo-fantastic/footer.ftl +++ b/bolo-fantastic/footer.ftl @@ -92,7 +92,16 @@ $(document).ready(function(){ var alt = $(img).attr("alt"); showImage(w, h, url, alt); }); + + $(".thumbnail").each(function(){ + var src = $(this).attr("data-src"); + if (src.indexOf("img.zeekling.cn") != -1){ + src = src.replace(".jpg", ".jpg!253-150"); + } + $(this).attr("src", src); + }); }); + function showImage(w, h,url, alt){ layer.photos({ photos:{ diff --git a/bolo-fantastic/side-right.ftl b/bolo-fantastic/side-right.ftl index c68c5c6..113d89b 100644 --- a/bolo-fantastic/side-right.ftl +++ b/bolo-fantastic/side-right.ftl @@ -32,8 +32,8 @@
@@ -48,7 +48,7 @@ <#if article.articleImg1URL?? && article.articleImg1URL!=''>

- ${article.articleTitle!} + ${article.articleTitle!}

diff --git a/bolo-fantastic/side.ftl b/bolo-fantastic/side.ftl index f4abbbd..dea29c0 100644 --- a/bolo-fantastic/side.ftl +++ b/bolo-fantastic/side.ftl @@ -189,7 +189,7 @@ box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);"> <#if article.articleImg1URL?? && article.articleImg1URL!=''>

- ${article.articleTitle!}