This guide shows you how to connect your WordPress site to Autorender using the official plugin. The plugin automatically rewrites your media URLs to serve through the Autorender edge network, optimizing image formats (WebP, AVIF) and sizes on the fly.Documentation Index
Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How it works
The Autorender WordPress plugin works in two main ways:- URL Rewriting: It intercepts the native WordPress rendering (like
the_contentand attachment hooks) to seamlessly rewrite your existing image and media URLs to point to your Autorender CDN. It also generates custom responsivesrcsetresolutions automatically. - Media Picker Integration: It injects a native “Import from Autorender” button directly into the Gutenberg block editor and the Classic Media Modal, allowing you to browse and insert assets seamlessly from your cloud library.
Step 1: Install the Plugin
- Download the latest
autorender.zipplugin file. - Log into your WordPress admin dashboard.
- Navigate to Plugins → Add New, then click Upload Plugin.
- Choose the
autorender.zipfile, click Install Now, and then Activate.
Step 2: Create a Source in AutoRender
Autorender needs to know where to fetch your original files.- Go to Sources in your AutoRender dashboard.
- Click Create Source.
- Fill in the form:
| Field | Value |
|---|---|
| Origin Name | A short identifier, e.g. wordpress (letters, numbers, hyphens only) |
| Origin Type | Image Source / Web Server |
| Base URL | https://your-wordpress-site.com (Your main site URL) |
- Click Create source and copy the generated API Key.
Step 3: Connect the Plugin
Use the setup wizard built into the WordPress plugin to finalize the connection.- In your WordPress admin menu, click on Autorender.
- Click Next on the welcome screen.
- Enter the API Key generated in Step 2.
- Enter the Origin Name you chose (e.g.
wordpress). - Click Next to proceed.
- Choose which asset types (Images, Videos, Documents) you want Autorender to handle. By default, all should be selected.
- Click Connect & Finish.
Step 4: Configure Image Delivery & Responsive Sizes
Autorender gives you high-level control over how images are globally processed and resized for mobile devices.- Navigate to Autorender → Image Settings in WordPress.
- Global Transformations: Enter any base ImageKit transformations here (e.g.,
q-auto,f-webp) if you want them applied to every image globally. - Responsive Images: Toggle this on to let Autorender dynamically calculate
srcsetversions of your images.- Set the Maximum image variations (e.g., 5-15).
- Set the Image size step (e.g., 150 to generate sizes at 300w, 450w, 600w, etc.).
- Click Save Changes.
Autorender completely leaves your original files on your server untouched. It simply rewrites the
src and srcset tags on the frontend to point to the edge CDN.Step 5: Using the Gutenberg Picker
If you upload an image directly to Autorender (or want to reuse an optimized cloud asset), you can access the picker natively while editing posts.- Open a Post or Page in the Gutenberg editor.
- Add a new Image Block.
- In the placeholder, click the new Import from Autorender button.
- The media modal will open directly to the Autorender interface.
- Select an image. Autorender will automatically generate the appropriate
imgcode (including responsivesrcset) and embed it seamlessly into the editor.