Steffen
Steffen
I have use of this feature too. I want provide further meta-data for attribution and licenses in the extraMetadata
I use currently following config: var config = { loop: false, enableAutosize: true, alwaysShowControls: true, clickToPlayPause: true, /* Features/Plugins */ features: ['playpause','current','progress','duration','tracks','volume','speed','fullscreen','a11y','jumpforward'], hideCaptionsButtonWhenEmpty: true, jumpForwardInterval: 10, speeds: ['2.00', '1.50', '1.25',...
What I found: * **M** - "mute" = toggles between mute and unmute * **F** - "fullscreen" = toggles between fullscreen mode and normal in-page mode * **SPACE** - "play"...
The problem remains. Old image timestamp1 Request of image at timestamp2 MaxAge-Problem? In case of: * timestamp1 < (now - maxage) should be ignored * if (timestamp2 > (now-maxage)) ist...
Hmhm? * problem before was, that it never used the cache, but allways regenerated the image-cache-object * problem now is: that it never use the cache, but allways regenerates the...
headers: Cache-Control: "max-age=3600"
Your test image is fresh no problem. My original image is old. garbage_collector now set to "cache", max-age to 3600, still problem `[DEBUG] 2 Found local file htdocs/fotolia/essen-trinken/fittosize__540_270_cfef4bbeec6b9ba5317096e074a38794_fotolia_42317032_gerhard_seybert.jpg [DEBUG] 2...
combined bug. if a second line have a broken link (caused by space-linktext), then a former correct link will be broken too e.g. * "Bauordnung für Berlin":http://www.stadtentwicklung.berlin.de/service/gesetzestexte/de/bauen.shtml * " Verwaltungsverfahrensgesetz":http://www.gesetze-im-internet.de/vwvfg/BJNR012530976.html...
Tested the "issue-168" branch. It accepts the first link with a space at begin of the linktext. But only the frist. I You sets such an link in line-1, line-2...
Thanx @eliph , with last commit it is now working completely, all links work.