By Guest on Monday, 27 March 2017
Replies 5
Likes 0
Views 1K
Votes 0
This time, I would like to ask you regarding of the slide show, even though I have add huge pictures to the slideshow, when I looked at my website, obviously the picture quality is really poor, I have taken those pictures by iPhone width is as large as 3,000px or so. what should I do? Is it still too small to show excellent picture quality?
Please make sure you update to version 3.4.3 of the slideshow plugin

Then in the slideshow module settings change the custom format string and replace

${imageimg1}

with

${JEV_SIZED_IMAGE_1;800x600}

and replace the dimensions 800x600 with the dimensions you want
·
Monday, 27 March 2017 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you very much for your reply. but still. I maybe slow, here is the code, goes like this;

<div class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${imageimg1}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>

more specifically what should I rewrite above code? I can't figure out what to do or how to do.

>Please make sure you update to version 3.4.3 of the slideshow plugin

yes, I have made certain that the version was 3.4.3 of the slideshow plugin.
·
Tuesday, 28 March 2017 04:38
·
0 Likes
·
0 Votes
·
0 Comments
·

<div class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${JEV_SIZED_IMAGE_1;800x600}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>
·
Tuesday, 28 March 2017 09:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Sir
this time, I am sending you this message to ask you regarding of the slideshow image, as I have pasted following snippet;


<div class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${JEV_SIZED_IMAGE_1;800x600}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>

the slider images has been totally disappeared.

Can anyone help me out?

see the URL, the image slider has been totally disappeared
·
Tuesday, 28 March 2017 09:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm very sorry - there was a typo


<div class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${JEV_SIZEDIMAGE_1;800x600}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>
·
Tuesday, 28 March 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post