-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 calculation #929
Conversation
Thanks so much for opening your first PR here! |
Any demo? |
My English is poor.Wait a moment,I make a demo.
…------------------ 原始邮件 ------------------
发件人: "1v9"<notifications@github.com>;
发送时间: 2019年6月25日(星期二) 下午4:17
收件人: "theme-next/hexo-theme-next"<hexo-theme-next@noreply.github.com>;
抄送: "郭鹏东"<648276765@qq.com>;"State change"<state_change@noreply.github.com>;
主题: Re: [theme-next/hexo-theme-next] Fix image line number calculationerror, the picture can not be fully loaded (#929)
Any demo?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
http://blog.gpdstudy.club/photos/
I want five lines,but four lines
…------------------ 原始邮件 ------------------
发件人: "1v9"<notifications@github.com>;
发送时间: 2019年6月25日(星期二) 下午4:17
收件人: "theme-next/hexo-theme-next"<hexo-theme-next@noreply.github.com>;
抄送: "郭鹏东"<648276765@qq.com>;"State change"<state_change@noreply.github.com>;
主题: Re: [theme-next/hexo-theme-next] Fix image line number calculationerror, the picture can not be fully loaded (#929)
Any demo?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This is my code.
|
I have a question, why your GP normal... |
ha? because my code hava "layout:post",this my code:
```
title: 图库
date: 2019-06-02 12:49:19
layout: post
type: photos
```
…------------------ 原始邮件 ------------------
发件人: "ᴍɪᴍɪ"<notifications@github.com>;
发送时间: 2019年6月25日(星期二) 晚上6:14
收件人: "theme-next/hexo-theme-next"<hexo-theme-next@noreply.github.com>;
抄送: "郭鹏东"<648276765@qq.com>;"State change"<state_change@noreply.github.com>;
主题: Re: [theme-next/hexo-theme-next] Fix image line number calculationerror, the picture can not be fully loaded (#929)
Wait... Group picture feature is gonna to be fully refactored. #713
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@guopengd It seems that you have some personal modifications. |
Maybe, I usr "fancybox" plug.(我用了插件fancybox)
…------------------ 原始邮件 ------------------
发件人: "1v9"<notifications@github.com>;
发送时间: 2019年6月25日(星期二) 晚上6:41
收件人: "theme-next/hexo-theme-next"<hexo-theme-next@noreply.github.com>;
抄送: "郭鹏东"<648276765@qq.com>;"Mention"<mention@noreply.github.com>;
主题: Re: [theme-next/hexo-theme-next] Fix image line number calculationerror, the picture can not be fully loaded (#929)
@guopengd It seems that you have some personal modifications.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@1v9
|
”photos“ setting:
“group-pictures.styl' setting:
well,That can work normal. |
@guopengd 对的 我是问排版,这个之前有过讨论了,不过我们团队好像都忘了 😂 |
@1v9 哈哈,能中文交流就好,我英语太差了,四级都没过。其实就是你们在GP的css上设置了禁止float,我当时看也不知道用意在哪,就删了。然后在加载图片的时候,你们还加载了这个css,这波操作很迷 |
@1v9 不能发地址,我把设置的代码发一下吧
然后在“source/css/_common/components/tags/group-pictures.styl”的代码改为:
这样设置之后,布局就能正常显示了 |
Congrats on merging your first pull request here! 🎉 How awesome! |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
picture not loading properly
Issue resolved: N/A
What is the new behavior?
picture loaded correctly
How to use?
In NexT
_config.yml
:none
Does this PR introduce a breaking change?