1 (edited by jskno1 2016-08-25 08:44:01)

Topic: question

1. Juicebox-Pro 1.5.0   gallery Thumbnails image  look like blur image

i want Thumbnails unsharp image


2. now gallery index page -> Splash Screen -> full screen image

    i want gallery index page -> full screen image


3. fixed forwarding

www.clearpix.co.kr -> maybi.iptime.org/show_clearpix/

pc no problem

but mobile rorate gallery image auto resize, no active

now Flow forwarding

help plz



my forwarding index source


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- 모바일 인식 -->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no;">
<title>ClearPix Photography</title>
</head>

<frameset rows="*,*">
  <frame name="frame" src="http://maybi.iptime.org/show_clearpix/" name="mainframe" title="ClearPix Photography">
  <noframes>
  <body>
    <a href="noframe.html">프레임을 사용하지 않은 페이지로 연결 합니다.</a>
  </body>
  </noframes>
<frame src="UntitledFrame-1"><frame src="UntitledFrame-2"></frameset>
</html>

Re: question

1. Juicebox-Pro 1.5.0   gallery Thumbnails image  look like blur image

It sounds like your thumbnail images may not be at the dimensions specified by the thumbWidth and thumbHeight configuration options.
Try editing your gallery page, going to the 'Advanced' tab and clicking the 'Rebuild' link.
This should rebuild your thumbnail images at the correct size.
If this does not help, then please post the URL to your gallery page so that I can see the problem for myself.

2. fixed forwarding

I would not recommend loading a Showkase site into a frame (as the code you posted seems to do).
If you want www.clearpix.co.kr to redirect to your main Showkase page, try a meta refresh like the following:

<!DOCTYPE html>
<html lang="ko">
    <head>      
        <title>Redirect</title>      
        <meta http-equiv="refresh" content="0;URL='http://maybi.iptime.org/show_clearpix/'" />    
    </head>    
    <body> 
    </body>  
</html>

Otherwise, you should be able to set up a redirect in your web hosting account's online control panel.

3 (edited by jskno1 2016-08-26 08:04:42)

Re: question

1. Juicebox-Pro 1.5.0   gallery Thumbnails image  look like blur image

thumbWidth and thumbHeight configuration, re-publishing -> fail

'System -> Repairs' -> fail

screenshot

http://maybi.iptime.org/image.png

http://maybi.iptime.org/image1.png




2. now
    gallery index page -> Splash Screen -> full screen image
   
    i want
    gallery index page -> full screen image



3 fixed forwarding -> resolve thx

Re: question

1. Juicebox-Pro 1.5.0   gallery Thumbnails image  look like blur image

It looks like the thumbnail images on your server are 85px x 85px and your gallery's configuration file does not entries for thumbWidth and thumbHeight so the thumbnails should be displayed at 85px x 85px (the default values) so everything should be OK.

However, your screenshot ('image1.png') shows the thumbnail images being displayed at a different size (maybe something like 100px x 85px). It looks like your mobile browser might be using an older version of your gallery's configuration file (one with a custom entry for thumbWidth).

I have viewed your gallery on my own mobile iOS device and your thumbnail are displayed at the correct dimensions (85px x 85px) so it looks like the problem may be your browser's cache.

Try completely clearing your mobile browser's cache before reloading your gallery's web page.
This should hopefully solve your problem.

2. i want
    gallery index page -> full screen image

Set showSplashPage="NEVER" (in the 'Splash Screen (Pro)' section) to disable the Splash Page.
You may also like to set showSmallThumbsOnLoad="FALSE" (in the 'Thumbnails (Pro)' section) to initially skip the thumbnail page in Small Screen Mode and go straight to the first image in the gallery when the gallery is loaded.
Alternatively, you could set screenMode="LARGE" to force the gallery to be displayed in Large Screen Mode in all browsers and on all devices. (Large Screen Mode does not use the Splash Page by default.)
For more information about Screen Modes and the Splash Page, please see here.

3 fixed forwarding -> resolve thx

That's great. Thank you for letting me know.