← All rules

CDN size URLs vs upload quality

CDN 尺寸 URL 与上传质量

Never infer master upload quality from il_2000xN or other sized CDN URLs — use il_fullxfull or your local file.

Rule 07

Etsy image URLs include size tokens such as il_2000xN or il_4000xN. Experiments in this project’s calibration notes show a dangerous pattern: requesting il_2000xN often returns an image whose edge is 2000px even when the uploaded master was smaller, because the CDN scales to the requested bucket.

That means you cannot prove hover-zoom compliance by swapping URL tokens in the address bar. You might think you “passed 2000px” while Etsy still stores a sub-2000 master and keeps zoom disabled on the listing page.

Worse, il_4000xN can upscale beyond the true master, hiding softness until a buyer zooms. Always measure il_fullxfull when inspecting live listings, or measure the file on disk before upload.

TagPeek’s extension resolves toward full-size URLs where Etsy exposes them, and the free website tool reads local bytes directly — no CDN guessing.

Pair this rule with Rule 06 (794px embed trap) and Rule 01 (actual 2000px floor).

We document these findings so sellers stop relying on forum scripts that only rewrite URL sizes without reading bytes.

If you maintain a spreadsheet of listing URLs, store the measured il_fullxfull dimensions next to each row — not the token in the path — so your team does not regress after the next CDN change.

Source: Size-inference experiments in this project’s calibration notes.

FAQ

Can I append il_fullxfull to any listing image URL?

Only on listings you are allowed to view in your browser; TagPeek reads the page you opened rather than bulk-fetching other shops.

Does TagPeek rewrite CDN URLs for me?

We resolve full-size URLs when present in page data to score pixels — we do not change your Etsy listing.

Is il_1588xN my real file?

Treat any fixed token as a CDN variant until you confirm dimensions on il_fullxfull or your local export.

Install TagPeek extension Rules library Pricing