Group Pictures calculation#929
Merged
stevenjoezhang merged 1 commit intotheme-next:masterfrom Jul 3, 2019
Merged
Conversation
|
Thanks so much for opening your first PR here! |
Member
|
Any demo? |
Contributor
Author
|
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.
|
Contributor
Author
|
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.
|
Contributor
Author
|
This is my code. |
Member
|
I have a question, why your GP normal... |
Contributor
Author
|
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.
|
Member
|
@guopengd It seems that you have some personal modifications. |
Contributor
Author
|
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.
|
Contributor
Author
|
@1v9 |
Contributor
Author
|
”photos“ setting: “group-pictures.styl' setting: well,That can work normal. |
Member
|
@guopengd 对的 我是问排版,这个之前有过讨论了,不过我们团队好像都忘了 😂 |
Contributor
Author
|
@1v9 哈哈,能中文交流就好,我英语太差了,四级都没过。其实就是你们在GP的css上设置了禁止float,我当时看也不知道用意在哪,就删了。然后在加载图片的时候,你们还加载了这个css,这波操作很迷 |
Contributor
Author
|
@1v9 不能发地址,我把设置的代码发一下吧 然后在“source/css/_common/components/tags/group-pictures.styl”的代码改为: 这样设置之后,布局就能正常显示了 |
Merged
stevenjoezhang
approved these changes
Jul 3, 2019
|
Congrats on merging your first pull request here! 🎉 How awesome! |
Closed
tongluyang
pushed a commit
to tongluyang/hexo-theme-next
that referenced
this pull request
Nov 19, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?