Closed tevko closed 8 years ago
Yo, sorry for the delay; been wrapping up a big project the past couple weeks, but I’m back in respimg land now.
srcset
/sizes
stuff first (a la http://css-tricks.com/responsive-images-youre-just-changing-resolutions-use-srcset ) first though, I think.Cool, makes sense. I agree with the srcset/sizes implementation first, as it feels very 'default option-y'.
Yeah, I figure that part can really happen invisibly. Server churns out a couple of smaller versions and the markup, no real interaction required from the uploaders—“on by default” responsive images.
Been working on this for the better part of the day, very close to having something to show for it. Should I make a pull request when finished?
Oh absolutely. You’re doing this in plugin form, yeah?
I’m not super up on the best way to work on a WP plugin, so I just forked WP itself over to https://github.com/ResponsiveImagesCG/WordPress — or we just use this current repo for the plugin itself. I defer to you on this one.
I have two versions being worked on, plugin form and native. This would be for native, in which most of the edits take place in \wp-includes\media.php. I'll get native done and commit to https://github.com/ResponsiveImagesCG/WordPress, and then I'll add the plugin to this repo
Pull request created! It's proof of concept code, just a warning
Awesome. I’m on the road right now, but I’ll be able to dig into this next week.
closing this as im p sure the goal has been accomplished
the goal has been accomplished
:tada:
I'm really excited to get get started, but beforehand, I have a few questions. I'll start with the two most important ones: