-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Group Pictures bug? #713
Comments
Is there any reason to continue support Post Gallery and / or Group Pictures features? hexo-theme-next/layout/_macro/post.swig Lines 268 to 281 in 8ee52fe
As for me, this features too complicated with usage and no give good impact. For example, just with fancybox3 we can see something like gallery in right panel: Also, we can try to find 3rd-party lib which will provide same feature and do it better. Any comments or suggestions about this? |
@ivan-nginx It's not only created by fancybox. It will no longer exist if Post Gallery or Group Pictures feature is removed. See: hexo-theme-next/source/js/src/utils.js Lines 8 to 46 in 8ee52fe
Would be better to keep these features |
@ivan-nginx I found the reason why
It is broken by float: none; , which was added in: iissnan/hexo-theme-next@7aa1095#diff-b83e8966961c6a3d71d28e6cda1dd4feR17I'm not sure if it's a bug or feature |
Hi @ivan-nginx, this bug still exist... Maybe we need to fix it. https://theme-next.org/docs/tag-plugins/group-pictures This feature is useful. Sometimes, I hope my image show in the following style: Here is the css in old version: Here is the css in newest version: So, this bug may cased by Now, I fix this bug by remove the css mentioned above:
When I use the css like this:
The images show in the right way. |
See also next-theme/hexo-theme-next@fc68fbe |
The text was updated successfully, but these errors were encountered: