Vmin

/ˈviː.mɪn/ (often read as “vee‑min”)/

CSS‑এর একটি দৈর্ঘ্য একক, যা ব্রাউজারের দৃশ্যমান অংশের ছোট দিকের ১% বোঝায়

Origin & History

The term “vmin” comes from Cascading Style Sheets (CSS) specifications, formed from “v” (viewport) + “min” (minimum), indicating a unit based on the smaller of the viewport’s width or height.

“vmin” শব্দটি Cascading Style Sheets (CSS) স্পেসিফিকেশন থেকে এসেছে; এখানে “v” মানে viewport এবং “min” মানে minimum বা সর্বনিম্ন, যা viewport‑এর প্রস্থ ও উচ্চতার মধ্যে যেটি ছোট, তার ওপর ভিত্তি করে নির্ধারিত একককে বোঝায়।

Definition

In web design and CSS, “vmin” is a viewport‑relative length unit that represents 1% of the smaller dimension (either the width or the height) of the browser’s visible area; it is used to create responsive layouts that scale with the screen size.

ওয়েব ডিজাইন ও CSS‑এ “vmin” হলো একটি viewport‑নির্ভর দৈর্ঘ্য একক, যা ব্রাউজারের দৃশ্যমান অংশের দুটি মাপের (প্রস্থ ও উচ্চতা) মধ্যে যে দিকটি ছোট, তার ১% এর সমান; এটি এমন রেস্পনসিভ লেআউট তৈরিতে ব্যবহৃত হয় যা পর্দার আকারের সাথে অনুপাত রেখে বড়‑ছোট হয়।

Parts of Speech

Noun:
Use vmin to keep the text size proportional to the smaller side of the screen.
স্ক্রিনের ছোট দিকের সাথে অনুপাত রেখে লেখা আকার রাখতে vmin ব্যবহার করুন।
Abbreviation / Symbol (CSS unit):
Set the margin to 5vmin for a balanced layout on all devices.
সব ডিভাইসে সমসমান লেআউটের জন্য মার্জিন ৫vmin করে দিন।

Usage Examples

The heading is set to 4vmin so it scales nicely on phones and desktops.
শিরোনামকে ৪vmin রাখা হয়েছে, যাতে ফোন ও ডেস্কটপ—দুই ধরনের পর্দাতেই সুন্দরভাবে বড়‑ছোট হয়।
Using vmin can help maintain square elements that fit any screen.
vmin ব্যবহার করলে যে কোনো পর্দায় মানানসই বর্গাকার উপাদান তৈরি করা সহজ হয়।
Designers often mix vmin and vmax to fine‑tune responsive typography.
ডিজাইনাররা প্রায়ই রেস্পনসিভ টাইপোগ্রাফি সূক্ষ্মভাবে নিয়ন্ত্রণ করতে vmin ও vmax একসাথে ব্যবহার করেন।

Synonyms

Viewport minimum unit Viewport-relative unit CSS length unit

Related Forms

Noun
Viewport unit / Vmax / Vh / Vw
Adjective
Viewport-based

Idioms & Phrases

Not available