{"id":7654,"date":"2025-11-28T17:15:44","date_gmt":"2025-11-28T17:15:44","guid":{"rendered":"https:\/\/toolsmate.online\/?p=7654"},"modified":"2025-11-28T17:15:46","modified_gmt":"2025-11-28T17:15:46","slug":"how-to-use-vw-and-vh-units-for-responsive-web-design","status":"publish","type":"post","link":"https:\/\/toolsmate.online\/ar\/how-to-use-vw-and-vh-units-for-responsive-web-design\/","title":{"rendered":"\u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u062d\u062f\u0627\u062a VW \u0648VH \u0644\u062a\u0635\u0645\u064a\u0645 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064a\u0628 \u0627\u0644\u0645\u062a\u062c\u0627\u0648\u0628\u0629"},"content":{"rendered":"<style>.kadence-column7654_53e795-9a > .kt-inside-inner-col,.kadence-column7654_53e795-9a > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column7654_53e795-9a > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column7654_53e795-9a > .kt-inside-inner-col{flex-direction:column;}.kadence-column7654_53e795-9a > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column7654_53e795-9a > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column7654_53e795-9a, .kadence-column7654_53e795-9a h1, .kadence-column7654_53e795-9a h2, .kadence-column7654_53e795-9a h3, .kadence-column7654_53e795-9a h4, .kadence-column7654_53e795-9a h5, .kadence-column7654_53e795-9a h6{color:var(--global-palette9, #ffffff);}.kadence-column7654_53e795-9a a{color:var(--global-palette2, #2B6CB0);}.kadence-column7654_53e795-9a{position:relative;}@media all and (max-width: 1024px){.kadence-column7654_53e795-9a > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column7654_53e795-9a > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column7654_53e795-9a\"><div class=\"kt-inside-inner-col\">\n<h3 class=\"wp-block-heading\"><strong>\u0645\u0642\u062f\u0645\u0629<\/strong><\/h3>\n\n\n\n<p>Creating a responsive website means your layout adjusts seamlessly across <strong>different screen sizes<\/strong>. While pixels are fixed units, <strong>viewport-based units<\/strong> like VW (viewport width) and VH (viewport height) allow designers to create scalable, flexible designs.<\/p>\n\n\n\n<p><strong>\u0623\u062f\u0648\u0627\u062a \u0645\u0627\u062a\u064a<\/strong> offers easy conversions and guides to help designers calculate viewport units quickly and accurately.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What Are VW and VH Units?<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>VW (\u0639\u0631\u0636 \u0627\u0644\u0645\u0646\u0641\u0630):<\/strong> 1 VW equals 1% of the viewport\u2019s width. Ideal for scaling widths and typography based on screen size.<\/li>\n\n\n\n<li><strong>VH (\u0627\u0631\u062a\u0641\u0627\u0639 \u0645\u0646\u0641\u0630 \u0627\u0644\u0639\u0631\u0636):<\/strong> 1 VH equals 1% of the viewport\u2019s height. Useful for height-based elements, hero sections, and full-screen layouts.<\/li>\n<\/ul>\n\n\n\n<p>Using VW and VH ensures your website adapts beautifully to desktops, tablets, and mobile devices without breaking layouts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u0643\u064a\u0641 \u062a\u0633\u0627\u0639\u062f\u0643 \u0623\u062f\u0648\u0627\u062a Mate<\/strong><\/h3>\n\n\n\n<p>Calculating exact VW and VH values manually can be confusing. Tools Mate simplifies the process:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Convert fixed PX values into VW or VH instantly.<\/li>\n\n\n\n<li>Adjust designs based on different screen sizes.<\/li>\n\n\n\n<li>Copy results directly into CSS for faster workflow.<\/li>\n<\/ul>\n\n\n\n<p><a>Try our PX to VW\/VH converter<\/a> and make your layouts fully responsive.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u0645\u062b\u0627\u0644 \u062e\u0637\u0648\u0629 \u0628\u062e\u0637\u0648\u0629<\/strong><\/h3>\n\n\n\n<p>Suppose you have a <strong>hero section<\/strong> with a width of 960px on a 1920px wide screen:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u0645\u062f\u062e\u0644 <code>960 PX<\/code> and screen width <code>1920 PX<\/code> in Tools Mate.<\/li>\n\n\n\n<li>The converter outputs <code>50 \u0641\u0648\u0644\u0643\u0633 \u0641\u0627\u062c\u0646<\/code>.<\/li>\n\n\n\n<li>Apply <code>width: 50vw;<\/code> in your CSS to make the element responsive.<\/li>\n<\/ol>\n\n\n\n<p>Similarly, you can calculate height using VH to create <strong>full-screen sections<\/strong> without guesswork.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Benefits of Using VW and VH<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0645\u0633\u062a\u062c\u064a\u0628:<\/strong> Elements scale proportionally on any device.<\/li>\n\n\n\n<li><strong>Improved UX:<\/strong> Maintains layout consistency across desktop, tablet, and mobile.<\/li>\n\n\n\n<li><strong>\u0643\u0641\u0627\u0621\u0629:<\/strong> Eliminates manual trial-and-error adjustments for screen sizes.<\/li>\n<\/ul>\n\n\n\n<p>For more tips on responsive web design, check out <a href=\"https:\/\/www.w3schools.com\/css\/css_units.asp\">W3Schools CSS Units<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u0627\u0644\u062e\u0627\u062a\u0645\u0629 \u0648\u0627\u0644\u062f\u0639\u0648\u0629 \u0625\u0644\u0649 \u0627\u0644\u0639\u0645\u0644<\/strong><\/h3>\n\n\n\n<p>VW and VH units are <strong>powerful tools<\/strong> for modern web design. <strong>\u0623\u062f\u0648\u0627\u062a \u0645\u0627\u062a\u064a<\/strong> makes conversions simple and accurate, helping you create websites that look perfect on every device.<\/p>\n\n\n\n<p>\u2705 <strong>Start converting PX to VW\/VH now:<\/strong> <a>PX to VW\/VH Converter<\/a><\/p>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction Creating a responsive website means your layout adjusts seamlessly across different screen sizes. While pixels are fixed units, viewport-based units like VW (viewport width) and VH (viewport height) allow designers to create scalable, flexible designs. Tools Mate offers easy conversions and guides to help designers calculate viewport units quickly and accurately. What Are VW&#8230;<\/p>","protected":false},"author":3,"featured_media":7655,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[19],"tags":[],"class_list":["post-7654","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-design-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use VW and VH Units for Responsive Web Design - Tools Mate<\/title>\n<meta name=\"description\" content=\"Convert PX to VW and VH easily with Tools Mate. Create responsive websites quickly with accurate viewport-based units.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/toolsmate.online\/ar\/how-to-use-vw-and-vh-units-for-responsive-web-design\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use VW and VH Units for Responsive Web Design - Tools Mate\" \/>\n<meta property=\"og:description\" content=\"Convert PX to VW and VH easily with Tools Mate. Create responsive websites quickly with accurate viewport-based units.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/toolsmate.online\/ar\/how-to-use-vw-and-vh-units-for-responsive-web-design\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools Mate\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-28T17:15:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-28T17:15:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ToolsMate\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629\" \/>\n\t<meta name=\"twitter:data1\" content=\"ToolsMate\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data2\" content=\"\u062f\u0642\u064a\u0642\u062a\u0627\u0646\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/\"},\"author\":{\"name\":\"ToolsMate\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#\\\/schema\\\/person\\\/bbc8ff297343216275093e695f0f2d6f\"},\"headline\":\"How to Use VW and VH Units for Responsive Web Design\",\"datePublished\":\"2025-11-28T17:15:44+00:00\",\"dateModified\":\"2025-11-28T17:15:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/\"},\"wordCount\":320,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/toolsmate.online\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Gemini_Generated_Image_eblvj9eblvj9eblv.png\",\"articleSection\":[\"Web Design Tools\"],\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/\",\"url\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/\",\"name\":\"How to Use VW and VH Units for Responsive Web Design - Tools Mate\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/toolsmate.online\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Gemini_Generated_Image_eblvj9eblvj9eblv.png\",\"datePublished\":\"2025-11-28T17:15:44+00:00\",\"dateModified\":\"2025-11-28T17:15:46+00:00\",\"description\":\"Convert PX to VW and VH easily with Tools Mate. Create responsive websites quickly with accurate viewport-based units.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#primaryimage\",\"url\":\"https:\\\/\\\/toolsmate.online\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Gemini_Generated_Image_eblvj9eblvj9eblv.png\",\"contentUrl\":\"https:\\\/\\\/toolsmate.online\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Gemini_Generated_Image_eblvj9eblvj9eblv.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/how-to-use-vw-and-vh-units-for-responsive-web-design\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/toolsmate.online\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use VW and VH Units for Responsive Web Design\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#website\",\"url\":\"https:\\\/\\\/toolsmate.online\\\/\",\"name\":\"Tools Mate\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/toolsmate.online\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#organization\",\"name\":\"Tools Mate\",\"url\":\"https:\\\/\\\/toolsmate.online\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/toolsmate.online\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Background-4-1.png\",\"contentUrl\":\"https:\\\/\\\/toolsmate.online\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Background-4-1.png\",\"width\":290,\"height\":49,\"caption\":\"Tools Mate\"},\"image\":{\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/toolsmate.online\\\/#\\\/schema\\\/person\\\/bbc8ff297343216275093e695f0f2d6f\",\"name\":\"ToolsMate\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f94578a0506215f3850a06a9d5117abb9a111b4c520631bd78a26cf89a7598ae?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f94578a0506215f3850a06a9d5117abb9a111b4c520631bd78a26cf89a7598ae?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f94578a0506215f3850a06a9d5117abb9a111b4c520631bd78a26cf89a7598ae?s=96&d=mm&r=g\",\"caption\":\"ToolsMate\"},\"url\":\"https:\\\/\\\/toolsmate.online\\\/ar\\\/author\\\/toolsmate\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use VW and VH Units for Responsive Web Design - Tools Mate","description":"Convert PX to VW and VH easily with Tools Mate. Create responsive websites quickly with accurate viewport-based units.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/toolsmate.online\/ar\/how-to-use-vw-and-vh-units-for-responsive-web-design\/","og_locale":"ar_AR","og_type":"article","og_title":"How to Use VW and VH Units for Responsive Web Design - Tools Mate","og_description":"Convert PX to VW and VH easily with Tools Mate. Create responsive websites quickly with accurate viewport-based units.","og_url":"https:\/\/toolsmate.online\/ar\/how-to-use-vw-and-vh-units-for-responsive-web-design\/","og_site_name":"Tools Mate","article_published_time":"2025-11-28T17:15:44+00:00","article_modified_time":"2025-11-28T17:15:46+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png","type":"image\/png"}],"author":"ToolsMate","twitter_card":"summary_large_image","twitter_misc":{"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629":"ToolsMate","\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u062a\u0627\u0646"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#article","isPartOf":{"@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/"},"author":{"name":"ToolsMate","@id":"https:\/\/toolsmate.online\/#\/schema\/person\/bbc8ff297343216275093e695f0f2d6f"},"headline":"How to Use VW and VH Units for Responsive Web Design","datePublished":"2025-11-28T17:15:44+00:00","dateModified":"2025-11-28T17:15:46+00:00","mainEntityOfPage":{"@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/"},"wordCount":320,"commentCount":0,"publisher":{"@id":"https:\/\/toolsmate.online\/#organization"},"image":{"@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#primaryimage"},"thumbnailUrl":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png","articleSection":["Web Design Tools"],"inLanguage":"ar","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/","url":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/","name":"How to Use VW and VH Units for Responsive Web Design - Tools Mate","isPartOf":{"@id":"https:\/\/toolsmate.online\/#website"},"primaryImageOfPage":{"@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#primaryimage"},"image":{"@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#primaryimage"},"thumbnailUrl":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png","datePublished":"2025-11-28T17:15:44+00:00","dateModified":"2025-11-28T17:15:46+00:00","description":"Convert PX to VW and VH easily with Tools Mate. Create responsive websites quickly with accurate viewport-based units.","breadcrumb":{"@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#primaryimage","url":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png","contentUrl":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/toolsmate.online\/how-to-use-vw-and-vh-units-for-responsive-web-design\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/toolsmate.online\/"},{"@type":"ListItem","position":2,"name":"How to Use VW and VH Units for Responsive Web Design"}]},{"@type":"WebSite","@id":"https:\/\/toolsmate.online\/#website","url":"https:\/\/toolsmate.online\/","name":"\u0623\u062f\u0648\u0627\u062a \u0645\u0627\u062a\u064a","description":"","publisher":{"@id":"https:\/\/toolsmate.online\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/toolsmate.online\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/toolsmate.online\/#organization","name":"\u0623\u062f\u0648\u0627\u062a \u0645\u0627\u062a\u064a","url":"https:\/\/toolsmate.online\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/toolsmate.online\/#\/schema\/logo\/image\/","url":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/09\/Background-4-1.png","contentUrl":"https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/09\/Background-4-1.png","width":290,"height":49,"caption":"Tools Mate"},"image":{"@id":"https:\/\/toolsmate.online\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/toolsmate.online\/#\/schema\/person\/bbc8ff297343216275093e695f0f2d6f","name":"\u062a\u0648\u0644\u0632 \u0645\u064a\u062a","image":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/secure.gravatar.com\/avatar\/f94578a0506215f3850a06a9d5117abb9a111b4c520631bd78a26cf89a7598ae?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f94578a0506215f3850a06a9d5117abb9a111b4c520631bd78a26cf89a7598ae?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f94578a0506215f3850a06a9d5117abb9a111b4c520631bd78a26cf89a7598ae?s=96&d=mm&r=g","caption":"ToolsMate"},"url":"https:\/\/toolsmate.online\/ar\/author\/toolsmate\/"}]}},"taxonomy_info":{"category":[{"value":19,"label":"Web Design Tools"}]},"featured_image_src_large":["https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_eblvj9eblvj9eblv.png",1024,1024,false],"author_info":{"display_name":"ToolsMate","author_link":"https:\/\/toolsmate.online\/ar\/author\/toolsmate\/"},"comment_info":2,"category_info":[{"term_id":19,"name":"Web Design Tools","slug":"web-design-tools","term_group":0,"term_taxonomy_id":19,"taxonomy":"category","description":"","parent":0,"count":4,"filter":"raw","cat_ID":19,"category_count":4,"category_description":"","cat_name":"Web Design Tools","category_nicename":"web-design-tools","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/posts\/7654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/comments?post=7654"}],"version-history":[{"count":1,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/posts\/7654\/revisions"}],"predecessor-version":[{"id":7656,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/posts\/7654\/revisions\/7656"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/media\/7655"}],"wp:attachment":[{"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/media?parent=7654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/categories?post=7654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/toolsmate.online\/ar\/wp-json\/wp\/v2\/tags?post=7654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}