How does it work?
The plugin works in two ways:- URL rewriting — it hooks into WordPress rendering (
the_contentand attachment hooks) to rewrite your existing image and media URLs to point at your Autorender CDN. It also generates responsivesrcsetresolutions automatically. - Media picker integration — it adds an “Import from Autorender” button to the Gutenberg block editor and the Classic media modal, so you can browse and insert assets from your cloud library.
1. Install the plugin
- Download the latest
autorender.zipplugin file. - Log in to your WordPress admin dashboard.
- Go to Plugins → Add New, then click Upload Plugin.
- Choose the
autorender.zipfile, click Install Now, then Activate.
2. Create a source in Autorender
A source tells Autorender where to fetch your original files from.- Open Configurations → Sources in the Autorender dashboard (app.autorender.io/sources).
- Click Create Source.
- Fill in the form:
- Click Create source.
3. Connect the plugin
Use the setup wizard built into the plugin to finish the connection.- In your WordPress admin menu, click Autorender.
- Click Next on the welcome screen.
- Enter your Autorender API Key. Generate one in the dashboard — see Create an API Key.
- Enter the Origin Name you chose (e.g.
wordpress). - Click Next.
- Choose which asset types (Images, Videos, Documents) Autorender handles. All are selected by default.
- Click Connect & Finish.
4. Configure image delivery and responsive sizes
These settings control how images are processed globally and resized for smaller screens.- Go to Autorender → Image Settings in WordPress.
- Global Transformations — enter any base Autorender transforms here (e.g.
q_auto,f_webp) to apply them to every image. - Responsive Images — toggle on to let Autorender calculate
srcsetversions of your images.- Set the Maximum image variations (e.g. 5 to 15).
- Set the Image size step (e.g. 150 px to generate sizes at 300w, 450w, 600w, and so on).
- Click Save Changes.
Autorender leaves your original files on your server untouched. It rewrites the
src and srcset tags on the frontend to point to the edge CDN.5. Use the Gutenberg picker
When you upload an image directly to Autorender, or want to reuse an optimized cloud asset, reach the picker from the editor.- Open a post or page in the Gutenberg editor.
- Add a new Image Block.
- In the placeholder, click Import from Autorender.
- The media modal opens to the Autorender interface.
- Select an image. Autorender generates the
imgmarkup (including responsivesrcset) and inserts it into the editor.
Next steps
Automatic format
Serve AVIF or WebP per browser with
f_auto.Resize and aspect ratio
Control width, height, and fit on every delivery URL.