Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae10f90786 | ||
|
|
adf4fac0b6 |
@@ -1,9 +0,0 @@
|
|||||||
# Single - ✔
|
|
||||||
|
|
||||||
og: tag: pluginnal!
|
|
||||||
|
|
||||||
# egyéb
|
|
||||||
|
|
||||||
`@media print{}`
|
|
||||||
|
|
||||||
scroll a galléria nézetben
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
slideshowSpeed: 2500,
|
slideshowSpeed: 2500,
|
||||||
slideshowStart: "start slideshow",
|
slideshowStart: "start slideshow",
|
||||||
slideshowStop: "stop slideshow",
|
slideshowStop: "stop slideshow",
|
||||||
photoRegex: /(.*)-\d{2,}x\d{2,}\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,
|
photoRegex: /^(.*?)(?:-\d{2,}x\d{2,})?\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,
|
||||||
|
|
||||||
// alternate image paths for high-res displays
|
// alternate image paths for high-res displays
|
||||||
retinaImage: false,
|
retinaImage: false,
|
||||||
@@ -253,6 +253,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function retinaUrl(settings, url) {
|
function retinaUrl(settings, url) {
|
||||||
|
console.log(url)
|
||||||
|
console.log(url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')))
|
||||||
return settings.get('retinaUrl') ? url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')) : url;
|
return settings.get('retinaUrl') ? url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')) : url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: dis-2019
|
Theme Name: dis-2019
|
||||||
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
|
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
|
||||||
Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
|
Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
|
||||||
Version: 1.0.13
|
Version: 1.0.14
|
||||||
Author: Gyetvai Péter
|
Author: Gyetvai Péter
|
||||||
Author URI: https://gyetvai-peter.hu
|
Author URI: https://gyetvai-peter.hu
|
||||||
Tags: Designisso
|
Tags: Designisso
|
||||||
|
|||||||
Reference in New Issue
Block a user