rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
222 stars 63 forks source link

Add custom port support #503

Closed nicolnt closed 2 years ago

nicolnt commented 3 years ago

If Wordpress is accessed from another port than 80 or 443 (URL looks like http[s]://domain:[PORT NUMBER]/path) then WebP Express will now be able to point to the correct port instead of using HTTP's default.

At the moment it would drop the port and end up not finding the file.

rosell-dk commented 2 years ago

Thanks!