Stefan Ledin

Results 21 comments of Stefan Ledin

Hi! Sorry for the late reply again! I'm not sure where I should take it from here? I must admit that I'm not planning to add any more functionality to...

It's nothing wrong with the current state ;) But when a very similar plugin gets implemented into core...that's difficult to fight against. Anyway, thanks for taking the time!

Hi! "Awesome" is a description I really like... :) Which cdn service/plugin are you using? RWP ignores images with external URLs because it thinks that they are hotlinked. RWP can't...

Hi again! I've made a few simple tests with WP Super Cache now. I haven't set up a real CDN, but when I try the URL rewrite, it seams to...

Hi Matt! Thanks for reporting the issue! I'm not quite following what the problem is without testing it, but it sounds like you're on top of it! ;) Feel free...

Hi! Does this happen when `rwp_img()` is unable to create an `` element?

I haven't tried this, but what if you try something like this: ````php ````

The ability to add more css rules? Like `background-size: cover` and so on?

So you don't wanna do this? ````html .header { background-size: cover; } ```` Instead you'd like to pass the css rules as arguments to the `rwp_style()` function? ````php echo rwp_style(...

No that isn't possible at the moment I'm afraid.