-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
New version of picturefill.js.wp exists #249
Comments
Yeah, we should take a look at this. Last time we tried implementing picturefill.js is was still causing issues, might be better now. |
It's up to 2.1 now, but the 1.3 branch is still maintained. The differences are summarized here and boil down to:
|
There are two ways to update the Picturefill.js.w in Largo:
Using a submodule would make it easier for us to keep up to date with changes upstream, but installation of largo from @rnagle @aschweigert What do you think is the better option? |
I would lean more towards the submodule approach I think but right now picturefill isn't even being used I don't think because it was causing too many problems. So, before we update, we should make sure that that's the approach we want to use for responsive images, and if so, then we can update it and make sure our implementation is working as it needs to. |
What sort of problems was it causing? |
Mostly issues dealing with different possible handlings of image/caption shortcodes. If you were starting off with a new site from scratch it seems like it was mostly fine but with migrations we were running into some weird problems so we deactivated it until we could thoroughly test it and make sure it was really 100% |
Submodules will make our lives significantly more annoying in the short term. Check out the Of course, this ceases to be a problem once all the branches that people are using are updated with commits from the submodule branch, but until then it will be quite annoying. It's possibly better to just update the files, as in the |
One way to get around the file conflicts with submodules is to throw the submodule in a differently-named directory. Instead of |
I haven’t been following this thread closely so I’m not sure what the submodule issues are, but have you considered something like subtree as an alternative approach? http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ On Fri, Jan 9, 2015 at 4:52 PM, Ben Keith notifications@github.com
|
Subtree actually looks pretty easy. Check out the picturefill1.3-subtree branch. |
There's also the |
Yet another update: https://css-tricks.com/please-update-picturefill/ |
We removed Picturefill in #1049 on Jan 7, 2016, but there's still some code from it floating around. |
The version included in Largo is 1.1.3; the current stable is 1.3.2.
The text was updated successfully, but these errors were encountered: