सीधे कंटेंट पर जाएं
Tools

WordPress Image Size Lab

Drop an image in. See every copy WordPress will make of it.

आपके browser में चलता है. कुछ भी upload नहीं होता.

Drop an image here

or click to choose one

Your file is read in your browser and never uploaded. There is no size limit and no daily quota, because there is no server to pay for.

WordPress Image Size Lab के बारे में

Upload an image and see every derivative WordPress will actually generate — thumbnail, medium, large, 1536, 2048, and the -scaled copy — at real dimensions with real crop boxes. Then download the set, or copy the add_image_size() code to change it.

FAQ

सवाल

WordPress असल में कौन-कौन से image sizes बनाता है?

एक stock install पर, छह: thumbnail (150×150, hard-cropped), medium (300×300), medium_large (768w), large (1024×1024), 1536×1536 और 2048×2048. साथ ही एक '-scaled' copy अगर आपकी image 2560px से बड़ी है. हर plugin और theme और भी register कर सकता है — WooCommerce तीन जोड़ता है.

WordPress पर upload करने के बाद मेरी image blurry क्यों है?

लगभग हमेशा '-scaled' व्यवहार. 5.3 के बाद से, WordPress किसी भी ऐसे upload को downscale कर देता है जिसका सबसे लंबा किनारा 2560px से ज़्यादा होता है और आपके original की बजाय वही copy serve करता है. आपका original अब भी server पर है; बस उसका कभी इस्तेमाल नहीं होता. अपनी image को ऊपर वाले tool में डालें और यह आपको बता देगा कि यह आपके साथ हो रहा है या नहीं.

क्या यह tool जो file sizes दिखाता है वे सही हैं?

Dimensions और crop boxes बिल्कुल सटीक हैं — ये उन्हीं rules से आते हैं जो WordPress इस्तेमाल करता है. File sizes अनुमान हैं: आपका browser वही JPEG encoder इस्तेमाल नहीं करता जो आपका server करता है (WordPress, GD या Imagick इस्तेमाल करता है और quality 82 पर फिर से encode करता है), इसलिए असली files अलग होंगी. हम आपको यह बताना पसंद करेंगे, बजाय इसके कि चुपचाप अपने पक्ष में गोल कर लें.