browser: Pictures not shown fullsize
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
-
- Posts: 1
- Joined: Mon Jun 22, 2015 3:11 am
browser: Pictures not shown fullsize
Hello everybody,
i have one problem with showing pictures in full size in browser.
Thumbnails are displayed very well but after click on the foto it is not shown.
I tried different browsers (IE,Chrome,Firefox). Always the same problem.
Here the message from chrome: "Failed to load ressource: net::ERR_EMPTY_RESPONSE
It seems that the path to the images somehow is wrong.
In image.hml i found this code:
<div id="VideoContainer">
<img src="/raw/{{id1}}" alt=""><br>
<div id="toolbar">
<button id="prev" onclick="prev()"{{prevAttr}}><<</button>
<button id="next" onclick="next()"{{nextAttr}}>>></button>
</div>
every browser tells me that "/raw/... " has no files.
UMS 5.1.3 is installed.
I am grateful for any help
regards Christian
i have one problem with showing pictures in full size in browser.
Thumbnails are displayed very well but after click on the foto it is not shown.
I tried different browsers (IE,Chrome,Firefox). Always the same problem.
Here the message from chrome: "Failed to load ressource: net::ERR_EMPTY_RESPONSE
It seems that the path to the images somehow is wrong.
In image.hml i found this code:
<div id="VideoContainer">
<img src="/raw/{{id1}}" alt=""><br>
<div id="toolbar">
<button id="prev" onclick="prev()"{{prevAttr}}><<</button>
<button id="next" onclick="next()"{{nextAttr}}>>></button>
</div>
every browser tells me that "/raw/... " has no files.

UMS 5.1.3 is installed.
I am grateful for any help
regards Christian
Re: browser: Pictures not shown fullsize
Thx Christiangigi300885 wrote:Thumbnails are displayed very well but after click on the foto it is not shown.
