Automatic scaling of images
-
Hi. I just installed a self-hosted www.remarpro.com installation, and imported the content from an existing WordPress.com blog. It worked well, except one thing.
The images from the old blog are large. Most of them are 5-10 MB, and they are displayed in full size on the blog, just scaled down in css, making the site extremely slow. Even in the media library in WP Admin, the thumbnails are css-scaled versions of the full size original images.
I thought it might be the import that did not scale or something, but new images I upload have the same problem. On the WordPress.com installation, I see that the images are scaled with query parameters in the image urls, like …jpg?w=720&h=426&crop=1 (both in wp admin and frontend). In the self-hosted (WP 4.3) installation I just set up, theese query parameters are not added to urls, and if I try to open an image directly and add theese parameters to the url manually, it does not scale down the images.
I have found a bunch of image optimizing plugins, but they just take the full size images and strip away information, set higher jpg compression or other methods to lower the file size by a few percents. Thats not what I want. I want the original full size images to be there for various future uses (like if I change theme to something that needs to show larger images) and then I want the system to scale like described in the WordPress.com installation.
How can I get the scaling on my self-hosted site the same way it works on WordPress.com?
- The topic ‘Automatic scaling of images’ is closed to new replies.