{"id":6301,"date":"2022-10-25T16:30:59","date_gmt":"2022-10-25T07:30:59","guid":{"rendered":"https:\/\/utamininote.folder.jp\/?page_id=6301"},"modified":"2022-10-25T18:45:54","modified_gmt":"2022-10-25T09:45:54","slug":"demo-minmaxclamp","status":"publish","type":"page","link":"https:\/\/utamininote.folder.jp\/?page_id=6301","title":{"rendered":"demo \/ min,max,clamp"},"content":{"rendered":"\n  <p id=\"containerWidth\"><\/p>  \n  <p id=\"box01width\"><\/p>\n  <div id=\"box01\" class=\"box_01\">\n    <h2>min(50%, 500px)<\/h2>\n    <p>\u5e4550\uff05\u3002\u6700\u5927500px\u3002\u5c0f\u3055\u3044\u307b\u3046\u306e\u5024\u304c\u512a\u5148\u3055\u308c\u308b<\/p>\n  <\/div>\n\n  <p id=\"box02width\"><\/p>\n  <div id=\"box02\" class=\"box_02\">\n    <h2>max(20%, 250px)<\/h2>\n    <p>\u5e4520\uff05\u3002\u6700\u5c0f250px\u3002\u5927\u304d\u3044\u307b\u3046\u306e\u5024\u304c\u512a\u5148\u3055\u308c\u308b<\/p>\n  <\/div>\n\n  <p id=\"box03width\"><\/p>\n  <div id=\"box03\" class=\"box_03\">\n    <h2>clamp(300px, 50%, 500px)<\/h2>\n    <p>\u6700\u5c0f\u5024\u3001\u63a8\u5968\u5024\u3001\u6700\u5927\u5024<\/p>\n  <\/div>\n\n<script>\n(function(){\n  var containerWidth = document.getElementsByClassName('container');\n      containerWidth = containerWidth[0].clientWidth;\n  var box1Width = document.getElementById('box01').clientWidth;\n  var box2Width = document.getElementById('box02').clientWidth;\n  var box3Width = document.getElementById('box03').clientWidth;\n\n  let containerTxt = document.getElementById('containerWidth');\n  let box01txt = document.getElementById('box01width');\n  let box02txt = document.getElementById('box02width');\n  let box03txt = document.getElementById('box03width');\n\n  containerTxt.textContent = '\u30b3\u30f3\u30c6\u30ca\u5e45 = ' + containerWidth + 'px';\n  box01txt.textContent = 'width= ' + box1Width + 'px';\n  box02txt.textContent = 'width= ' + box2Width + 'px';\n  box03txt.textContent = 'width= ' + box3Width + 'px';\n\n}());\n\nvar resizeFlg;  \/\/setTimeout\u306e\u5f85\u6a5f\u4e2d\u304b\u3092\u5224\u5b9a\u3059\u308b\u30d5\u30e9\u30b0\nfunction windowResizeFunc(){    \n    \/\/resizeFlg\u306b\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u5f85\u3061\u6642\u9593\u4e2d\u306a\u306e\u3067\u30ea\u30bb\u30c3\u30c8\u3059\u308b\n    if (resizeFlg !== false) {\n        clearTimeout(resizeFlg);\n    }\n    \/\/300ms\u5f85\u6a5f\u5f8c\u306b\u30ea\u30b5\u30a4\u30ba\u6642\u306e\u51e6\u7406\u3092\u5b9f\u65bd\u3059\u308b\n    resizeFlg = setTimeout( function() {\n        var containerWidth = document.getElementsByClassName('container');\n            containerWidth = containerWidth[0].clientWidth;\n        var box1Width = document.getElementById('box01').clientWidth;\n        var box2Width = document.getElementById('box02').clientWidth;\n        var box3Width = document.getElementById('box03').clientWidth;\n\n        let box01txt = document.getElementById('box01width');\n        let box02txt = document.getElementById('box02width');\n        let box03txt = document.getElementById('box03width');\n\n        containerTxt.textContent = '\u30b3\u30f3\u30c6\u30ca\u5e45 = ' + containerWidth + 'px';\n        box01txt.textContent = 'width= ' + box1Width + 'px';\n        box02txt.textContent = 'width= ' + box2Width + 'px';\n        box03txt.textContent = 'width= ' + box3Width + 'px';\n\n    }, 10);\n}\n\nwindow.addEventListener(\"resize\", windowResizeFunc);\n\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>min(50%, 500px) \u5e4550\uff05\u3002\u6700\u5927500px\u3002\u5c0f\u3055\u3044\u307b\u3046\u306e\u5024\u304c\u512a\u5148\u3055\u308c\u308b max(20%, 250px) \u5e4520\uff05\u3002\u6700\u5c0f250px\u3002\u5927\u304d\u3044\u307b\u3046\u306e\u5024\u304c\u512a\u5148\u3055\u308c\u308b clamp(300px, 50%, 500px) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-single.php","meta":{"footnotes":""},"class_list":["post-6301","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>demo \/ min,max,clamp | uta Mini Note<\/title>\n<meta name=\"description\" content=\"HTML\u3001CSS\u3001JavaScript\u7b49\u3001\u3088\u304f\u4f7f\u3046\u3082\u306e\u3084\u6642\u3005\u4f7f\u3046\u3082\u306e\u3092\u30e1\u30e2\u4ee3\u308f\u308a\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u666e\u6bb5\u4f7f\u308f\u306a\u3044\u3082\u306e\u306e\u5b9f\u9a13\u7684\u306a\u3053\u3068\u3082\u3057\u3066\u3044\u307e\u3059\u3002\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"demo \/ min,max,clamp | uta Mini Note\" \/>\n<meta property=\"og:description\" content=\"HTML\u3001CSS\u3001JavaScript\u7b49\u3001\u3088\u304f\u4f7f\u3046\u3082\u306e\u3084\u6642\u3005\u4f7f\u3046\u3082\u306e\u3092\u30e1\u30e2\u4ee3\u308f\u308a\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u666e\u6bb5\u4f7f\u308f\u306a\u3044\u3082\u306e\u306e\u5b9f\u9a13\u7684\u306a\u3053\u3068\u3082\u3057\u3066\u3044\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/utamininote.folder.jp\/?page_id=6301\" \/>\n<meta property=\"og:site_name\" content=\"uta Mini Note\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-25T09:45:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/utamininote.folder.jp\/?page_id=6301\",\"url\":\"https:\/\/utamininote.folder.jp\/?page_id=6301\",\"name\":\"demo \/ min,max,clamp | uta Mini Note\",\"isPartOf\":{\"@id\":\"https:\/\/utamininote.folder.jp\/#website\"},\"datePublished\":\"2022-10-25T07:30:59+00:00\",\"dateModified\":\"2022-10-25T09:45:54+00:00\",\"description\":\"HTML\u3001CSS\u3001JavaScript\u7b49\u3001\u3088\u304f\u4f7f\u3046\u3082\u306e\u3084\u6642\u3005\u4f7f\u3046\u3082\u306e\u3092\u30e1\u30e2\u4ee3\u308f\u308a\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u666e\u6bb5\u4f7f\u308f\u306a\u3044\u3082\u306e\u306e\u5b9f\u9a13\u7684\u306a\u3053\u3068\u3082\u3057\u3066\u3044\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/utamininote.folder.jp\/?page_id=6301#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/utamininote.folder.jp\/?page_id=6301\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/utamininote.folder.jp\/?page_id=6301#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30c8\u30c3\u30d7\",\"item\":\"https:\/\/utamininote.folder.jp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"demo \/ min,max,clamp\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/utamininote.folder.jp\/#website\",\"url\":\"https:\/\/utamininote.folder.jp\/\",\"name\":\"uta Mini Note\",\"description\":\"web\u30c7\u30b6\u30a4\u30f3\u95a2\u9023\u306e\u5099\u5fd8\u9332\",\"publisher\":{\"@id\":\"https:\/\/utamininote.folder.jp\/#\/schema\/person\/7a76a0ed9bb90bceb94fa53dc50eb9e1\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/utamininote.folder.jp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/utamininote.folder.jp\/#\/schema\/person\/7a76a0ed9bb90bceb94fa53dc50eb9e1\",\"name\":\"utamaru\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/utamininote.folder.jp\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14f8fd7c7a0cf734367030c0997605e95a08bc09b680d9d20c10331356d5f419?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14f8fd7c7a0cf734367030c0997605e95a08bc09b680d9d20c10331356d5f419?s=96&d=mm&r=g\",\"caption\":\"utamaru\"},\"logo\":{\"@id\":\"https:\/\/utamininote.folder.jp\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"demo \/ min,max,clamp | uta Mini Note","description":"HTML\u3001CSS\u3001JavaScript\u7b49\u3001\u3088\u304f\u4f7f\u3046\u3082\u306e\u3084\u6642\u3005\u4f7f\u3046\u3082\u306e\u3092\u30e1\u30e2\u4ee3\u308f\u308a\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u666e\u6bb5\u4f7f\u308f\u306a\u3044\u3082\u306e\u306e\u5b9f\u9a13\u7684\u306a\u3053\u3068\u3082\u3057\u3066\u3044\u307e\u3059\u3002","robots":{"index":"noindex","follow":"follow"},"og_locale":"ja_JP","og_type":"article","og_title":"demo \/ min,max,clamp | uta Mini Note","og_description":"HTML\u3001CSS\u3001JavaScript\u7b49\u3001\u3088\u304f\u4f7f\u3046\u3082\u306e\u3084\u6642\u3005\u4f7f\u3046\u3082\u306e\u3092\u30e1\u30e2\u4ee3\u308f\u308a\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u666e\u6bb5\u4f7f\u308f\u306a\u3044\u3082\u306e\u306e\u5b9f\u9a13\u7684\u306a\u3053\u3068\u3082\u3057\u3066\u3044\u307e\u3059\u3002","og_url":"https:\/\/utamininote.folder.jp\/?page_id=6301","og_site_name":"uta Mini Note","article_modified_time":"2022-10-25T09:45:54+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/utamininote.folder.jp\/?page_id=6301","url":"https:\/\/utamininote.folder.jp\/?page_id=6301","name":"demo \/ min,max,clamp | uta Mini Note","isPartOf":{"@id":"https:\/\/utamininote.folder.jp\/#website"},"datePublished":"2022-10-25T07:30:59+00:00","dateModified":"2022-10-25T09:45:54+00:00","description":"HTML\u3001CSS\u3001JavaScript\u7b49\u3001\u3088\u304f\u4f7f\u3046\u3082\u306e\u3084\u6642\u3005\u4f7f\u3046\u3082\u306e\u3092\u30e1\u30e2\u4ee3\u308f\u308a\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002\u666e\u6bb5\u4f7f\u308f\u306a\u3044\u3082\u306e\u306e\u5b9f\u9a13\u7684\u306a\u3053\u3068\u3082\u3057\u3066\u3044\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/utamininote.folder.jp\/?page_id=6301#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/utamininote.folder.jp\/?page_id=6301"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/utamininote.folder.jp\/?page_id=6301#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30c8\u30c3\u30d7","item":"https:\/\/utamininote.folder.jp\/"},{"@type":"ListItem","position":2,"name":"demo \/ min,max,clamp"}]},{"@type":"WebSite","@id":"https:\/\/utamininote.folder.jp\/#website","url":"https:\/\/utamininote.folder.jp\/","name":"uta Mini Note","description":"web\u30c7\u30b6\u30a4\u30f3\u95a2\u9023\u306e\u5099\u5fd8\u9332","publisher":{"@id":"https:\/\/utamininote.folder.jp\/#\/schema\/person\/7a76a0ed9bb90bceb94fa53dc50eb9e1"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/utamininote.folder.jp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/utamininote.folder.jp\/#\/schema\/person\/7a76a0ed9bb90bceb94fa53dc50eb9e1","name":"utamaru","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/utamininote.folder.jp\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14f8fd7c7a0cf734367030c0997605e95a08bc09b680d9d20c10331356d5f419?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14f8fd7c7a0cf734367030c0997605e95a08bc09b680d9d20c10331356d5f419?s=96&d=mm&r=g","caption":"utamaru"},"logo":{"@id":"https:\/\/utamininote.folder.jp\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=\/wp\/v2\/pages\/6301","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6301"}],"version-history":[{"count":25,"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=\/wp\/v2\/pages\/6301\/revisions"}],"predecessor-version":[{"id":6375,"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=\/wp\/v2\/pages\/6301\/revisions\/6375"}],"wp:attachment":[{"href":"https:\/\/utamininote.folder.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}