landwire
landwire
Ok, not sure if it needs to be a group. So maybe just do individiual icons that you think are useful. I tried to give some use cases.... fa-hierarchy useful...
I don’t know a solution, but: Interesting use case! I guess twig/timber cannot differentiate which template you are calling. It first looks in the child theme. Would that be possible...
At the moment I copy the whole file to the child theme and then I make any modifications there, directly in that file.
Is it ok to keep this open to see what any of the Timber experts say?
Does anything change if you install timber like this instead of the plugin version? I doubt it, but could be worth a try… `composer require timber/timber`
Ok. Maybe try this: make a backup of the composer-lock and vendor directory, then deleting vendor and composer-lock and do a clean composer install? With timber/timber in the composer.json and...
So, is there a way to show the image title or alt text? All examples I have seen do not have any title or alt options. Thanks, Sascha
Hey cool, didn't see there is a github repo. Many thanks for considering! To me it would make life much easier, as I "hacked" the plugin to bits right now...
I can see the options in the script. const threshold = 0.05; const thresholdPx = 15; If I cannot adjust those, could I create my own instance of the bookmarklet?...
Other Question: Would it also be possible to compare the images based on image size rather than on width? Then you could use a threshold of lets say 50kb or...