MattWilcox / Adaptive-Images

Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.
http://adaptive-images.com/
1.76k stars 229 forks source link

Abandonware? #207

Closed uhlhosting closed 1 year ago

uhlhosting commented 1 year ago

Is this ever possible to be still up to date since no updated in decade?

josfaber commented 1 year ago

Yes imho. Although nowadays one can also render various sizes during compilation of a project, doing this on the fly in a 'caching' kinda way is still a very good method.

The code might have to be adapted for a PHP 8.1 environment, but I wouldn't be surprised if this still just runs.

MattWilcox commented 1 year ago

Please see https://github.com/MattWilcox/Adaptive-Images#project-status

As @josfaber mentions - technically it might still work. But really there are many other options around today which solve this problem better.

uhlhosting commented 1 year ago

@josfaber @MattWilcox any simillar solution for wordpress that you could maybe recommend. In all my years havent seen one. And is weird cause I just come accross this one too.

MattWilcox commented 1 year ago

https://developer.wordpress.org/apis/responsive-images/ is what you'd be looking for, though I haven't used Wordpress in over a decade.