-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lqip cannot process image name with a number at the end #47
Comments
Hey @sira313, thanks for taking time and reporting this issue. Since I'm not able to reproduce this issue by just adding a number to the file name, I would need more details on how do you use the plugin. Do you have a public repo where I can reproduce this issue? hexo-filter-lqip/lqip/index.js Line 65 in d07f7ab
lqipFor helper?
|
The only issue i've found is just like i told before. |
@sira313 thanks for sharing the link. I was able to reproduce the issue you described on my computer and noticed that the problem is occuring only if you have I'm checking if we can do anything about it to prevent a clash between those plugins. |
@sira313 I submitted a PR which should prevent such issues from happening. #50 I will fix specs and test it a bit before releasing a new version of this plugin. Meanwhile, you can check it out to see if it solves your issue, for example by installing it from the branch with npm
or yarn
|
I actually merged the fix and released 1.3.1 with a patch for this issue. Please let me know if it's solved for you. |
Thanks, it's solved. My only problem is just i don't know how write that in my custom theme griddy yet. No problem, it's just 'cause i am not a coder 😊 |
@sira313 let's open another issue for that #51. The problem is it's impossible to provide a solution that works for everyone and all the cases. Meanwhile, you can see how is it done in the example https://github.com/ertrzyiks/hexo-lqip-example and copy-paste some code from there. |
my file name is
/img/asset/Aronath2.jpg
here's the
--debug
resultyour plugins is awesome
thanks
The text was updated successfully, but these errors were encountered: