570e9540 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2d3f370f
...@@ -20670,7 +20670,7 @@ ...@@ -20670,7 +20670,7 @@
20670 if (size == 2) { 20670 if (size == 2) {
20671 li += "<li class='article-card lg'><a href='" + post_obj['href'] + "'>"; 20671 li += "<li class='article-card lg'><a href='" + post_obj['href'] + "'>";
20672 if (post_obj['img_src']) { 20672 if (post_obj['img_src']) {
20673 li += "<div class='image large'><div class='scale-wrapper'><img src='" + post_obj['img_src'] + "' /></div></div>"; 20673 li += "<div class='image large'><div class='scale-wrapper'><img width='500' height='340' src='" + post_obj['img_src'] + "' /></div></div>";
20674 } 20674 }
20675 if (post_obj['title'].length > 100) { 20675 if (post_obj['title'].length > 100) {
20676 li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span></div>"; 20676 li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span></div>";
...@@ -20687,7 +20687,7 @@ ...@@ -20687,7 +20687,7 @@
20687 } else { 20687 } else {
20688 li += "<li class='article-card sm'><a href='" + post_obj['href'] + "'>"; 20688 li += "<li class='article-card sm'><a href='" + post_obj['href'] + "'>";
20689 if (post_obj['img_src']) { 20689 if (post_obj['img_src']) {
20690 li += "<div class='image'><div class='scale-wrapper'><img src='" + post_obj['img_src'] + "' /></div></div>"; 20690 li += "<div class='image'><div class='scale-wrapper'><img width='215' height='140' src='" + post_obj['img_src'] + "' /></div></div>";
20691 } 20691 }
20692 if (post_obj['title'].length > 100) { 20692 if (post_obj['title'].length > 100) {
20693 li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span>"; 20693 li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span>";
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -7,7 +7,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) { ...@@ -7,7 +7,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
7 if(size == 2) { 7 if(size == 2) {
8 li += "<li class='article-card lg'><a href='"+post_obj['href']+"'>"; 8 li += "<li class='article-card lg'><a href='"+post_obj['href']+"'>";
9 if(post_obj['img_src']) { 9 if(post_obj['img_src']) {
10 li += "<div class='image large'><div class='scale-wrapper'><img src='"+post_obj['img_src']+"' /></div></div>"; 10 li += "<div class='image large'><div class='scale-wrapper'><img width='500' height='340' src='"+post_obj['img_src']+"' /></div></div>";
11 } 11 }
12 if(post_obj['title'].length > 100) { 12 if(post_obj['title'].length > 100) {
13 li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span></div>"; 13 li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span></div>";
...@@ -24,7 +24,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) { ...@@ -24,7 +24,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
24 } else { 24 } else {
25 li += "<li class='article-card sm'><a href='"+post_obj['href']+"'>"; 25 li += "<li class='article-card sm'><a href='"+post_obj['href']+"'>";
26 if(post_obj['img_src']) { 26 if(post_obj['img_src']) {
27 li += "<div class='image'><div class='scale-wrapper'><img src='"+post_obj['img_src']+"' /></div></div>"; 27 li += "<div class='image'><div class='scale-wrapper'><img width='215' height='140' src='"+post_obj['img_src']+"' /></div></div>";
28 } 28 }
29 if(post_obj['title'].length > 100) { 29 if(post_obj['title'].length > 100) {
30 li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span>"; 30 li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span>";
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.58 5 Version: 1.0.59
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......