{"id":50666,"date":"2026-05-06T18:16:09","date_gmt":"2026-05-06T18:16:09","guid":{"rendered":"https:\/\/bsolution.me\/he\/?page_id=50666"},"modified":"2026-05-31T20:15:08","modified_gmt":"2026-05-31T20:15:08","slug":"image-resize-2","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/image-resize-2\/","title":{"rendered":"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df"},"content":{"rendered":"\n\n<style>\n\/* Perfected Futuristic Design System by Bsolution *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;700;800&display=swap');\n\n:root {\n    --f-bg: #F5F5F7;\n    --f-card: rgba(255, 255, 255, 0.85);\n    --f-text: #1d1d1f;\n    --f-muted: #86868b;\n    --f-accent: #0066cc;\n    --f-border: rgba(0, 0, 0, 0.08);\n    --f-shadow: 0 8px 30px rgba(0,0,0,0.04);\n}\n\n.dark-theme {\n    --f-bg: #000000;\n    --f-card: rgba(28, 28, 30, 0.85);\n    --f-text: #f5f5f7;\n    --f-muted: #86868b;\n    --f-accent: #2997ff;\n    --f-border: rgba(255, 255, 255, 0.12);\n    --f-shadow: 0 8px 40px rgba(0,0,0,0.6);\n}\n\n.futur-layout {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: 'Heebo', -apple-system, system-ui, sans-serif;\n    direction: rtl;\n    color: var(--f-text);\n    background-color: transparent;\n    transition: color 0.3s ease;\n}\n\n\/* Global Background override when tool is active *\/\nbody.tool-active {\n    background-color: var(--f-bg) !important;\n}\n\n.futur-glass-card {\n    background: var(--f-card);\n    backdrop-filter: saturate(180%) blur(20px);\n    -webkit-backdrop-filter: saturate(180%) blur(20px);\n    border: 1px solid var(--f-border);\n    border-radius: 22px;\n    padding: 40px;\n    box-shadow: var(--f-shadow);\n    margin-bottom: 40px;\n}\n\n.futur-layout h1.wp-block-heading {\n    font-size: clamp(2.5rem, 5vw, 3.5rem);\n    font-weight: 800;\n    color: var(--f-text);\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n    text-align: center;\n}\n\n.futur-layout .tool-card {\n    width: 80%;\n    margin: 0 auto 40px auto;\n}\n@media (max-width: 900px) {\n    .futur-layout .tool-card { width: 100%; }\n}\n\n.futur-layout header {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n    margin-bottom: 34px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n}\n.futur-layout header h1, \n.futur-layout header h2.main-title,\n.futur-layout header .title-wrap .main-title {\n    margin: 0;\n    font-size: clamp(2rem, 4vw, 2.7rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    color: var(--f-text);\n}\n.futur-layout header h2.main-title span.icon { font-size: 1.25em; }\n.futur-layout header .subtitle,\n.futur-layout header p.subtitle {\n    margin: 0;\n    font-size: 1.05rem;\n    color: var(--f-muted);\n    line-height: 1.6;\n}\n.futur-layout header .badge-local,\n.futur-layout header .free-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.78rem;\n    padding: 6px 14px;\n    border-radius: 999px;\n    border: 1px solid var(--f-border);\n    background: var(--f-card);\n    color: var(--f-text);\n    box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n}\n.futur-layout header .badge-dot,\n.futur-layout header .free-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: #22c55e;\n    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);\n}\n\n.futur-layout .page-hook {\n    font-size: 1.25rem;\n    color: var(--f-muted);\n    text-align: center;\n    margin-bottom: 50px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.futur-layout h2.wp-block-heading {\n    font-size: 1.7rem;\n    font-weight: 700;\n    margin: 40px 0 20px;\n}\n\n.futur-layout p {\n    font-size: 1.15rem;\n    color: var(--f-text);\n    opacity: 0.9;\n    margin-bottom: 24px;\n    line-height: 1.7;\n}\n\n\/* Theme Toggle Button *\/\n.theme-toggle-wrap {\n    display: flex;\n    justify-content: flex-end;\n    margin-bottom: 20px;\n}\n.theme-btn {\n    background: var(--f-card);\n    border: 1px solid var(--f-border);\n    color: var(--f-text);\n    padding: 8px 16px;\n    border-radius: 999px;\n    cursor: pointer;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    box-shadow: var(--f-shadow);\n}\n\n\/* Input & Button Styles for Tools *\/\n.futur-input {\n    width: 100%;\n    padding: 12px 16px;\n    border-radius: 12px;\n    border: 1px solid var(--f-border);\n    background: rgba(0,0,0,0.03);\n    color: var(--f-text);\n    font-size: 1rem;\n    margin-bottom: 16px;\n    transition: all 0.2s ease;\n}\n.dark-theme .futur-input { background: rgba(255,255,255,0.05); }\n\n.futur-btn {\n    background: var(--f-accent);\n    color: #fff;\n    border: none;\n    padding: 14px 28px;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    cursor: pointer;\n    transition: transform 0.2s ease;\n}\n.futur-btn:hover { transform: scale(1.02); }\n\n@media (max-width: 600px) {\n    .futur-layout { padding: 40px 16px; }\n    .futur-glass-card { padding: 24px; }\n}\n<\/style>\n<script>\n(function() {\n    var applyTheme = function(theme) {\n        if (theme === 'dark') {\n            document.documentElement.classList.add('dark-theme');\n        } else {\n            document.documentElement.classList.remove('dark-theme');\n        }\n        localStorage.setItem('bsolution-theme', theme);\n    };\n    \n    \/\/ Apply saved theme immediately\n    document.body.classList.add('tool-active');\n    var saved = localStorage.getItem('bsolution-theme') || 'light';\n    applyTheme(saved);\n    \n    \/\/ Bind theme toggle button (with retry since it may not exist yet)\n    function bindToggle() {\n        var btn = document.getElementById('globalThemeToggle');\n        if (!btn) { setTimeout(bindToggle, 100); return; }\n        if (btn.dataset.bound) return;\n        btn.dataset.bound = '1';\n        btn.addEventListener('click', function() {\n            var isDark = document.documentElement.classList.contains('dark-theme');\n            applyTheme(isDark ? 'light' : 'dark');\n        });\n    }\n    bindToggle();\n})();\n<\/script>\n\n<div class=\"futur-layout\">\n<div class=\"theme-toggle-wrap\"><button class=\"theme-btn\" id=\"globalThemeToggle\">\ud83c\udf19 \u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4<\/button><\/div>\n\n\n\n<header>\n<div class=\"title-wrap\">\n<h2 class=\"main-title\"><span class=\"icon pill\">\ud83d\udcd0<\/span> \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df<\/h2>\n<p class=\"subtitle\">\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.<\/p>\n<span class=\"badge-local\">\n<span class=\"badge-dot\"><\/span>\n                    \u05e2\u05d9\u05d1\u05d5\u05d3 \u05de\u05e7\u05d5\u05de\u05d9 \u2013 \u05d4\u05db\u05dc \u05e0\u05e9\u05d0\u05e8 \u05d0\u05e6\u05dc\u05da \u05d1\u05d3\u05e4\u05d3\u05e4\u05df\n                <\/span>\n<\/div>\n<\/header>\n\n\n\n<div class=\"futur-glass-card tool-card\">\n<div id=\"bnet-tool-image-resize\">\n<style>\n#bnet-tool-image-resize {\n    --bg: #f4f5f7;\n    --bg-secondary: #fff;\n    --text: #222;\n    --muted: #666;\n    --accent: #2563eb;\n    --accent-soft: rgba(37, 99, 235, 0.08);\n    --border: #d1d5db;\n    --shadow-soft: 0 18px 35px rgba(15, 23, 42, 0.08);\n    --radius-lg: 16px;\n    --radius-md: 10px;\n    --radius-pill: 999px;\n}\n#bnet-tool-image-resize.dark {\n    --bg: #050816;\n    --bg-secondary: #0f172a;\n    --text: #f9fafb;\n    --muted: #9ca3af;\n    --accent: #60a5fa;\n    --accent-soft: rgba(96, 165, 250, 0.15);\n    --border: #1f2937;\n    --shadow-soft: 0 22px 45px rgba(0, 0, 0, 0.75);\n}\n#bnet-tool-image-resize * { box-sizing: border-box; }\n#bnet-tool-image-resize {\n    margin: 0;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    background: radial-gradient(circle at top, rgba(37, 99, 235, 0.06), transparent 55%), var(--bg);\n    color: var(--text);\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n}\n#bnet-tool-image-resize .page {\n    max-width: 1150px;\n    margin: 0 auto;\n    padding: 20px 16px 40px;\n}\n#bnet-tool-image-resize header {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n    margin-bottom: 34px;\n}\n#bnet-tool-image-resize .title-wrap {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    max-width: 800px;\n    margin: 0 auto;\n}\n#bnet-tool-image-resize h2.main-title {\n    margin: 0;\n    font-size: clamp(2rem, 4vw, 2.7rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n}\n#bnet-tool-image-resize h2.main-title span.icon { font-size: 1.25em; }\n#bnet-tool-image-resize .subtitle {\n    margin: 0;\n    font-size: 1.05rem;\n    color: var(--muted);\n    line-height: 1.6;\n}\n#bnet-tool-image-resize .badge-local {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.78rem;\n    padding: 4px 10px;\n    border-radius: 999px;\n    border: 1px solid var(--border);\n    background: rgba(15, 23, 42, 0.02);\n    color: var(--muted);\n    width: fit-content;\n    margin-top: 5px;\n}\n#bnet-tool-image-resize .badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: #22c55e;\n    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);\n}\n#bnet-tool-image-resize .card {\n    background: var(--bg-secondary);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-soft);\n    padding: 18px 18px 20px;\n    border: 1px solid rgba(148, 163, 184, 0.25);\n    margin-bottom: 18px;\n}\n#bnet-tool-image-resize .upload-area {\n    border: 1.5px dashed var(--border);\n    border-radius: var(--radius-md);\n    padding: 16px;\n    background: linear-gradient(135deg, rgba(148, 163, 184, 0.08), transparent);\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n}\n#bnet-tool-image-resize .upload-controls {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 10px;\n}\n#bnet-tool-image-resize .btn {\n    border-radius: var(--radius-pill);\n    padding: 8px 18px;\n    border: none;\n    cursor: pointer;\n    font-size: 0.92rem;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    font-weight: 500;\n    transition: transform 0.08s ease, box-shadow 0.08s ease;\n    white-space: nowrap;\n}\n#bnet-tool-image-resize .btn-primary {\n    background: var(--accent);\n    color: #fff;\n    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);\n}\n#bnet-tool-image-resize .btn-primary:disabled {\n    opacity: 0.55;\n    cursor: default;\n    box-shadow: none;\n}\n#bnet-tool-image-resize .btn-primary:not(:disabled):active {\n    transform: translatey(1px) scale(0.99);\n}\n#bnet-tool-image-resize .fake-input {\n    padding: 6px 12px;\n    border-radius: var(--radius-pill);\n    border: 1px dashed var(--border);\n    font-size: 0.85rem;\n    color: var(--muted);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-width: 140px;\n}\n#bnet-tool-image-resize .fake-input strong {\n    color: var(--text);\n    max-width: 260px;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n#bnet-tool-image-resize .helper-text {\n    font-size: 0.8rem;\n    color: var(--muted);\n    margin: 0;\n}\n#bnet-tool-image-resize .note-local {\n    margin-top: 6px;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.8rem;\n    padding: 5px 10px;\n    background: var(--accent-soft);\n    border-radius: var(--radius-pill);\n    color: var(--muted);\n}\n#bnet-tool-image-resize input[type=\"file\"] { display: none; }\n#bnet-tool-image-resize .layout-2col {\n    display: grid;\n    grid-template-columns: 1fr 1.2fr;\n    gap: 16px;\n}\n@media (max-width: 900px) {\n    #bnet-tool-image-resize .layout-2col {\n        grid-template-columns: 1fr;\n    }\n}\n#bnet-tool-image-resize .preview-pane {\n    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.16), transparent 50%), var(--bg-secondary);\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border);\n    padding: 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    height: 100%;\n}\n#bnet-tool-image-resize .preview-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 6px;\n}\n#bnet-tool-image-resize .preview-title {\n    font-size: 0.86rem;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n}\n#bnet-tool-image-resize .chip {\n    font-size: 0.72rem;\n    padding: 3px 8px;\n    border-radius: 999px;\n    background: rgba(15, 23, 42, 0.06);\n    color: var(--muted);\n    border: 1px solid rgba(148, 163, 184, 0.6);\n}\n#bnet-tool-image-resize .stats {\n    font-size: 0.78rem;\n    color: var(--muted);\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 12px;\n}\n#bnet-tool-image-resize .stats span strong { color: var(--text); }\n#bnet-tool-image-resize .preview-box {\n    position: relative;\n    border-radius: 12px;\n    border: 1px solid rgba(148, 163, 184, 0.7);\n    background: rgba(15, 23, 42, 0.08);\n    overflow: hidden;\n    min-height: 250px;\n    flex: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n#bnet-tool-image-resize .preview-box img {\n    max-width: 100%;\n    max-height: 380px;\n    display: block;\n}\n#bnet-tool-image-resize .preview-placeholder {\n    text-align: center;\n    color: var(--muted);\n    font-size: 0.9rem;\n    padding: 30px 10px;\n}\n#bnet-tool-image-resize .preview-placeholder .icon {\n    font-size: 2rem;\n    margin-bottom: 10px;\n}\n#bnet-tool-image-resize .dimension-controls {\n    background: var(--bg-secondary);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-md);\n    padding: 16px;\n    margin-bottom: 12px;\n}\n#bnet-tool-image-resize .dim-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    flex-wrap: wrap;\n}\n#bnet-tool-image-resize .input-group {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    flex: 1;\n    min-width: 100px;\n}\n#bnet-tool-image-resize .input-group label {\n    font-size: 0.82rem;\n    font-weight: 600;\n    color: var(--muted);\n}\n#bnet-tool-image-resize .input-with-unit {\n    display: flex;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-pill);\n    overflow: hidden;\n}\n#bnet-tool-image-resize .input-with-unit input {\n    border: none;\n    background: transparent;\n    padding: 8px 12px;\n    width: 60px;\n    flex: 1;\n    color: var(--text);\n    font-size: 0.95rem;\n    font-family: inherit;\n    text-align: center;\n    outline: none;\n}\n#bnet-tool-image-resize .input-with-unit input:disabled { opacity: 0.6; }\n#bnet-tool-image-resize .input-with-unit select {\n    border: none;\n    background: rgba(15, 23, 42, 0.05);\n    border-inline-start: 1px solid var(--border);\n    padding: 0 10px;\n    color: var(--text);\n    font-family: inherit;\n    outline: none;\n    cursor: pointer;\n}\n#bnet-tool-image-resize .lock-btn {\n    background: var(--bg);\n    border: 1px solid var(--border);\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    font-size: 1.1rem;\n    color: var(--muted);\n    transition: all 0.2s;\n    flex-shrink: 0;\n    margin-top: 20px;\n}\n#bnet-tool-image-resize .lock-btn.locked {\n    background: var(--accent-soft);\n    color: var(--accent);\n    border-color: var(--accent);\n}\n#bnet-tool-image-resize .lock-btn:disabled {\n    opacity: 0.5;\n    cursor: not-allowed;\n}\n#bnet-tool-image-resize .format-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-top: 12px;\n}\n#bnet-tool-image-resize .format-select {\n    border-radius: var(--radius-pill);\n    padding: 8px 16px;\n    border: 1px solid var(--border);\n    background: var(--bg);\n    color: var(--text);\n    font-size: 0.9rem;\n    flex: 1;\n    min-width: 150px;\n}\n#bnet-tool-image-resize .actions {\n    display: flex;\n    gap: 10px;\n    flex: 1;\n}\n#bnet-tool-image-resize section.seo {\n    background: var(--bg-secondary);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-soft);\n    padding: 24px;\n    border: 1px solid rgba(148, 163, 184, 0.25);\n}\n#bnet-tool-image-resize section.seo h2 {\n    font-size: 1.3rem;\n    margin-top: 0;\n}\n#bnet-tool-image-resize section.seo h3 {\n    font-size: 1.1rem;\n    margin-top: 1.5em;\n}\n#bnet-tool-image-resize section.seo p, \n#bnet-tool-image-resize section.seo li {\n    font-size: 0.95rem;\n    color: var(--muted);\n    line-height: 1.6;\n}\n#bnet-tool-image-resize section.seo a {\n    color: var(--accent);\n    text-decoration: none;\n}\n#bnet-tool-image-resize section.seo a:hover {\n    text-decoration: underline;\n}\n\n\/* Chrome, Safari, Edge, Opera *\/\n#bnet-tool-image-resize input::-webkit-outer-spin-button,\n#bnet-tool-image-resize input::-webkit-inner-spin-button {\n  -webkit-appearance: none;\n  margin: 0;\n}\n\/* Firefox *\/\n#bnet-tool-image-resize input[type=number] {\n  -moz-appearance: textfield;\n}\n<\/style>\n<div class=\"page\">\n\n<section class=\"card\">\n<div class=\"upload-area\">\n<div class=\"upload-controls\">\n<label class=\"btn btn-primary\" for=\"imageInput\">\n<span>\ud83d\udcc1<\/span><span>\u05d1\u05d7\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05d4\u05de\u05d7\u05e9\u05d1<\/span>\n<\/label>\n<div class=\"fake-input\" id=\"fileInfo\">\n<span>\ud83d\udcf7<\/span><span><strong>\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4<\/strong><\/span>\n<\/div>\n<\/div>\n<div>\n<p class=\"helper-text\">\n                        \u05ea\u05d5\u05de\u05da \u05d1\u05e7\u05d1\u05e6\u05d9 <strong>JPG, PNG, WebP<\/strong>.\n                    <\/p>\n<div class=\"note-local\">\n<span class=\"lock\">\ud83d\udd12<\/span>\n<span>\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05e2\u05d5\u05d1\u05d3\u05ea \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d5\u05dc\u05d0 \u05e0\u05e9\u05dc\u05d7\u05ea \u05dc\u05e9\u05d5\u05dd \u05de\u05e7\u05d5\u05dd.<\/span>\n<\/div>\n<\/div>\n<input accept=\"image\/png, image\/jpeg, image\/webp\" id=\"imageInput\" type=\"file\"\/>\n<\/div>\n<\/section>\n<section class=\"layout-2col\">\n<div class=\"card\" style=\"padding:0; background:transparent; border:none; box-shadow:none;\">\n<div class=\"preview-pane\">\n<div class=\"preview-header\">\n<div class=\"preview-title\">\n<span>\u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05e7\u05d5\u05e8\u05d9\u05ea<\/span>\n<\/div>\n<div class=\"stats\" id=\"originalStats\">\n<span>\u05de\u05d9\u05d3\u05d5\u05ea: <strong>\u2014<\/strong><\/span>\n<span>\u05de\u05e9\u05e7\u05dc: <strong>\u2014<\/strong><\/span>\n<\/div>\n<\/div>\n<div class=\"preview-box\" id=\"originalPreview\">\n<div class=\"preview-placeholder\" id=\"originalPlaceholder\">\n<div class=\"icon\">\u2b06\ufe0f<\/div>\n<div>\u05d1\u05d7\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05d5\u05ea\u05d4 \u05db\u05d0\u05df<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"card\" style=\"padding:0; background:transparent; border:none; box-shadow:none;\">\n<div class=\"preview-pane\">\n<div class=\"preview-header\">\n<div class=\"preview-title\">\n<span>\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d3\u05d5\u05ea<\/span>\n<span class=\"chip\">\u05d0\u05d7\u05e8\u05d9 \u05e9\u05d9\u05e0\u05d5\u05d9<\/span>\n<\/div>\n<div class=\"stats\" id=\"newStats\">\n<span>\u05de\u05d9\u05d3\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea: <strong>\u2014<\/strong><\/span>\n<span id=\"expectedSize\" style=\"display:none;\"><\/span>\n<\/div>\n<\/div>\n<div class=\"dimension-controls\">\n<div class=\"dim-row\">\n<div class=\"input-group\">\n<label>\u05e8\u05d5\u05d7\u05d1 \u05ea\u05de\u05d5\u05e0\u05d4 (W)<\/label>\n<div class=\"input-with-unit\">\n<input disabled=\"\" id=\"inputWidth\" min=\"1\" type=\"number\" value=\"\"\/>\n<select disabled=\"\" id=\"unitSelectWidth\">\n<option value=\"px\">px<\/option>\n<option value=\"%\">%<\/option>\n<\/select>\n<\/div>\n<\/div>\n<button class=\"lock-btn locked\" disabled=\"\" id=\"lockRatioBtn\" title=\"\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e4\u05e8\u05d5\u05e4\u05d5\u05e8\u05e6\u05d9\u05d5\u05ea\">\n                                \ud83d\udd12\n                            <\/button>\n<div class=\"input-group\">\n<label>\u05d2\u05d5\u05d1\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4 (H)<\/label>\n<div class=\"input-with-unit\">\n<input disabled=\"\" id=\"inputHeight\" min=\"1\" type=\"number\" value=\"\"\/>\n<select disabled=\"\" id=\"unitSelectHeight\">\n<option value=\"px\">px<\/option>\n<option value=\"%\">%<\/option>\n<\/select>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"format-row\">\n<select class=\"format-select\" disabled=\"\" id=\"formatSelect\">\n<option value=\"auto\">\u05e4\u05d5\u05e8\u05de\u05d8 \u05de\u05e7\u05d5\u05e8\u05d9 (\u05de\u05d5\u05de\u05dc\u05e5)<\/option>\n<option value=\"image\/jpeg\">JPEG (.jpg)<\/option>\n<option value=\"image\/png\">PNG (.png)<\/option>\n<option value=\"image\/webp\">WebP (.webp)<\/option>\n<\/select>\n<div class=\"actions\">\n<button class=\"btn btn-primary\" disabled=\"\" id=\"downloadBtn\" style=\"width:100%\">\n<span>\u2b07\ufe0f<\/span>\n<span>\u05e9\u05de\u05d5\u05e8 \u05d5\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05d5\u05e0\u05d4<\/span>\n<\/button>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"preview-box\" id=\"newPreview\">\n<div class=\"preview-placeholder\" id=\"newPlaceholder\">\n<div class=\"icon\">\u2728<\/div>\n<div>\u05db\u05d0\u05df \u05ea\u05d5\u05e6\u05d2 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05de\u05d9\u05d3\u05d5\u05ea<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<script type=\"application\/ld+json\">\n        {\n          \"@context\": \"https:\/\/schema.org\",\n          \"@type\": \"WebApplication\",\n          \"name\": \"\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4\",\n          \"applicationCategory\": \"BusinessApplication\",\n          \"operatingSystem\": \"All\",\n          \"description\": \"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.\",\n          \"offers\": {\n            \"@type\": \"Offer\",\n            \"price\": \"0\",\n            \"priceCurrency\": \"ILS\"\n          }\n        }\n        <\/script>\n\n<\/div>\n<canvas id=\"hiddenCanvas\" style=\"display:none;\"><\/canvas>\n<script>\n    (function(){\n        \/\/ DOM Elements\n        const imageInput = document.getElementById('imageInput');\n        const fileInfo = document.getElementById('fileInfo');\n        \n        const originalPreview = document.getElementById('originalPreview');\n        const originalPlaceholder = document.getElementById('originalPlaceholder');\n        const newPreview = document.getElementById('newPreview');\n        const newPlaceholder = document.getElementById('newPlaceholder');\n        \n        const originalStats = document.getElementById('originalStats');\n        const newStats = document.getElementById('newStats');\n        \n        const inputWidth = document.getElementById('inputWidth');\n        const inputHeight = document.getElementById('inputHeight');\n        const unitSelectWidth = document.getElementById('unitSelectWidth');\n        const unitSelectHeight = document.getElementById('unitSelectHeight');\n        const lockRatioBtn = document.getElementById('lockRatioBtn');\n        const formatSelect = document.getElementById('formatSelect');\n        const downloadBtn = document.getElementById('downloadBtn');\n        const hiddenCanvas = document.getElementById('hiddenCanvas');\n\n        let originalFile = null;\n        let originalImage = null;\n        let aspectRatio = 1;\n        let isLocked = true;\n        let currentWidthPx = 0;\n        let currentHeightPx = 0;\n\n        function formatBytes(bytes) {\n            if (bytes === 0) return '0 B';\n            const k = 1024, sizes = ['B', 'KB', 'MB', 'GB'];\n            const i = Math.floor(Math.log(bytes) \/ Math.log(k));\n            return parseFloat((bytes \/ Math.pow(k, i)).toFixed(2)) + ' ' + sizes[i];\n        }\n\n        function toggleLock() {\n            if (!originalImage) return;\n            isLocked = !isLocked;\n            if (isLocked) {\n                lockRatioBtn.classList.add('locked');\n                lockRatioBtn.textContent = '\ud83d\udd12';\n                aspectRatio = currentWidthPx \/ currentHeightPx;\n                updateDimensionsFromWidth();\n            } else {\n                lockRatioBtn.classList.remove('locked');\n                lockRatioBtn.textContent = '\ud83d\udd13';\n            }\n        }\n\n        lockRatioBtn.addEventListener('click', toggleLock);\n\n        unitSelectWidth.addEventListener('change', () => syncUnits('width'));\n        unitSelectHeight.addEventListener('change', () => syncUnits('height'));\n\n        function syncUnits(source) {\n            if (!originalImage) return;\n            let targetUnit = source === 'width' ? unitSelectWidth.value : unitSelectHeight.value;\n            unitSelectWidth.value = targetUnit;\n            unitSelectHeight.value = targetUnit;\n            updateInputsVisuals();\n        }\n\n        function updateInputsVisuals() {\n            if (unitSelectWidth.value === '%') {\n                inputWidth.value = Math.round((currentWidthPx \/ originalImage.width) * 100);\n                inputHeight.value = Math.round((currentHeightPx \/ originalImage.height) * 100);\n            } else {\n                inputWidth.value = Math.round(currentWidthPx);\n                inputHeight.value = Math.round(currentHeightPx);\n            }\n            renderNewPreview();\n        }\n\n        function parseInput(val, isWidth) {\n            let v = parseFloat(val);\n            if (isNaN(v) || v <= 0) return 1;\n            if (unitSelectWidth.value === '%') {\n                let base = isWidth ? originalImage.width : originalImage.height;\n                return Math.round((v \/ 100) * base);\n            }\n            return Math.round(v);\n        }\n\n        function updateDimensionsFromWidth() {\n            if (!originalImage) return;\n            let val = parseFloat(inputWidth.value);\n            if (isNaN(val) || val <= 0) return;\n            \n            let newW = parseInput(val, true);\n            currentWidthPx = newW;\n\n            if (isLocked) {\n                currentHeightPx = Math.round(currentWidthPx \/ aspectRatio);\n                if (unitSelectWidth.value === '%') {\n                    inputHeight.value = inputWidth.value; \n                } else {\n                    inputHeight.value = currentHeightPx;\n                }\n            }\n            renderNewPreview();\n        }\n\n        function updateDimensionsFromHeight() {\n            if (!originalImage) return;\n            let val = parseFloat(inputHeight.value);\n            if (isNaN(val) || val <= 0) return;\n            \n            let newH = parseInput(val, false);\n            currentHeightPx = newH;\n\n            if (isLocked) {\n                currentWidthPx = Math.round(currentHeightPx * aspectRatio);\n                if (unitSelectWidth.value === '%') {\n                    inputWidth.value = inputHeight.value; \n                } else {\n                    inputWidth.value = currentWidthPx;\n                }\n            }\n            renderNewPreview();\n        }\n\n        inputWidth.addEventListener('input', updateDimensionsFromWidth);\n        inputHeight.addEventListener('input', updateDimensionsFromHeight);\n\n        function enableControls() {\n            inputWidth.disabled = false;\n            inputHeight.disabled = false;\n            unitSelectWidth.disabled = false;\n            unitSelectHeight.disabled = false;\n            lockRatioBtn.disabled = false;\n            formatSelect.disabled = false;\n            downloadBtn.disabled = false;\n        }\n\n        function disableControls() {\n            inputWidth.disabled = true;\n            inputHeight.disabled = true;\n            unitSelectWidth.disabled = true;\n            unitSelectHeight.disabled = true;\n            lockRatioBtn.disabled = true;\n            formatSelect.disabled = true;\n            downloadBtn.disabled = true;\n            inputWidth.value = '';\n            inputHeight.value = '';\n            originalStats.innerHTML = `<span>\u05de\u05d9\u05d3\u05d5\u05ea: <strong>\u2014<\/strong><\/span><span>\u05de\u05e9\u05e7\u05dc: <strong>\u2014<\/strong><\/span>`;\n            newStats.innerHTML = `<span>\u05de\u05d9\u05d3\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea: <strong>\u2014<\/strong><\/span>`;\n            \n            originalPreview.querySelectorAll('img').forEach(img => img.remove());\n            originalPlaceholder.style.display = 'block';\n            \n            newPreview.querySelectorAll('img').forEach(img => img.remove());\n            newPlaceholder.style.display = 'block';\n        }\n\n        imageInput.addEventListener('change', (e) => {\n            const file = e.target.files[0];\n            if (!file) {\n                disableControls();\n                fileInfo.querySelector('strong').textContent = '\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4';\n                return;\n            }\n            \n            originalFile = file;\n            fileInfo.querySelector('strong').textContent = file.name;\n            \n            const reader = new FileReader();\n            reader.onload = (event) => {\n                const img = new Image();\n                img.onload = () => {\n                    originalImage = img;\n                    aspectRatio = img.width \/ img.height;\n                    currentWidthPx = img.width;\n                    currentHeightPx = img.height;\n\n                    \/\/ Show original\n                    originalPlaceholder.style.display = 'none';\n                    originalPreview.querySelectorAll('img').forEach(i => i.remove());\n                    let oriImg = document.createElement('img');\n                    oriImg.src = event.target.result;\n                    originalPreview.appendChild(oriImg);\n\n                    originalStats.innerHTML = `\n                        <span>\u05de\u05d9\u05d3\u05d5\u05ea: <strong>${img.width}\u00d7${img.height}<\/strong><\/span>\n                        <span>\u05de\u05e9\u05e7\u05dc: <strong>${formatBytes(file.size)}<\/strong><\/span>\n                    `;\n\n                    \/\/ Reset controls defaults\n                    unitSelectWidth.value = 'px';\n                    unitSelectHeight.value = 'px';\n                    isLocked = true;\n                    lockRatioBtn.classList.add('locked');\n                    lockRatioBtn.textContent = '\ud83d\udd12';\n\n                    enableControls();\n                    updateInputsVisuals();\n                };\n                img.src = event.target.result;\n            };\n            reader.readAsDataURL(file);\n        });\n\n        function renderNewPreview() {\n            if (!originalImage || currentWidthPx <= 0 || currentHeightPx <= 0) return;\n            \n            newStats.innerHTML = `<span>\u05de\u05d9\u05d3\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea: <strong>${currentWidthPx}\u00d7${currentHeightPx}<\/strong><\/span>`;\n            \n            hiddenCanvas.width = currentWidthPx;\n            hiddenCanvas.height = currentHeightPx;\n            const ctx = hiddenCanvas.getContext('2d');\n            \n            \/\/ Background fill incase of transparency to jpg\n            const outFormat = formatSelect.value === 'auto' ? originalFile.type : formatSelect.value;\n            if (outFormat === 'image\/jpeg') {\n                ctx.fillStyle = '#ffffff';\n                ctx.fillRect(0, 0, currentWidthPx, currentHeightPx);\n            }\n            \n            ctx.drawImage(originalImage, 0, 0, currentWidthPx, currentHeightPx);\n            \n            let quality = 0.92;\n            let dataUrl;\n            try {\n                dataUrl = hiddenCanvas.toDataURL(outFormat, quality);\n            } catch(e) {\n                dataUrl = hiddenCanvas.toDataURL('image\/png'); \/\/ fallback\n            }\n\n            newPlaceholder.style.display = 'none';\n            newPreview.querySelectorAll('img').forEach(i => i.remove());\n            let prevImg = document.createElement('img');\n            prevImg.src = dataUrl;\n            newPreview.appendChild(prevImg);\n        }\n\n        formatSelect.addEventListener('change', renderNewPreview);\n\n        downloadBtn.addEventListener('click', () => {\n            if (!originalImage) return;\n            const outFormat = formatSelect.value === 'auto' ? originalFile.type : formatSelect.value;\n            let quality = 0.92;\n            let dataUrl = hiddenCanvas.toDataURL(outFormat, quality);\n            \n            const ext = outFormat.split('\/')[1] || 'png';\n            const baseName = originalFile.name.substring(0, originalFile.name.lastIndexOf('.')) || 'image';\n            \n            const a = document.createElement('a');\n            a.href = dataUrl;\n            a.download = `${baseName}_${currentWidthPx}x${currentHeightPx}.${ext}`;\n            document.body.appendChild(a);\n            a.click();\n            document.body.removeChild(a);\n        });\n    })();\n    <\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"futur-glass-card seo-card\">\n\n\n\n<h2 class=\"wp-block-heading\">\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 &#8211; \u05dc\u05de\u05d4 \u05d6\u05d4 \u05e0\u05d7\u05d5\u05e5?<\/h2>\n\n\n\n<p>\u05d4\u05ea\u05d0\u05de\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05e0\u05db\u05d5\u05e0\u05d5\u05ea \u05d4\u05d9\u05d0 \u05e9\u05dc\u05d1 \u05e7\u05e8\u05d9\u05d8\u05d9 \u05d1\u05d1\u05e0\u05d9\u05d9\u05ea \u05d0\u05ea\u05e8\u05d9\u05dd, \u05e0\u05d9\u05d4\u05d5\u05dc \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9\u05d9\u05dd \u05d5\u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05d5\u05db\u05df \u05dc\u05e8\u05e9\u05ea\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea\u05d9\u05d5\u05ea. \n                \u05ea\u05de\u05d5\u05e0\u05d4 \u05d2\u05d3\u05d5\u05dc\u05d4 \u05de\u05d3\u05d9 \u05dc\u05d5\u05e7\u05d7\u05ea \u05d6\u05de\u05df \u05d8\u05e2\u05d9\u05e0\u05d4 \u05d0\u05e8\u05d5\u05da \u05e9\u05d9\u05db\u05d5\u05dc \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d7\u05d5\u05d5\u05d9\u05d9\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d5\u05dc\u05d4\u05e7\u05d8\u05d9\u05df \u05d0\u05ea \u05d4\u05d3\u05d9\u05e8\u05d5\u05d2 \u05e9\u05dc\u05da \u05d1\u05de\u05e0\u05d5\u05e2\u05d9 \u05e2\u05d6\u05e8 (SEO).\n                \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea <strong>\u05db\u05dc\u05d9 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4<\/strong> \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05e7\u05d1\u05d5\u05e2 \u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4 \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05de\u05e8\u05d0\u05e9, \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d9\u05d7\u05e1 \u05ea\u05e7\u05d9\u05df, \u05d5\u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4 \u05e2\u05d1\u05d5\u05e8\u05db\u05dd.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d0\u05d9\u05da \u05de\u05e2\u05e8\u05db\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05d2\u05d5\u05d3\u05dc \u05e2\u05d5\u05d1\u05d3\u05ea?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u05d1\u05d7\u05d9\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d4:<\/strong> \u05d4\u05e2\u05dc\u05d5 \u05d0\u05d5 \u05d2\u05e8\u05e8\u05d5 \u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d4-JPG, PNG \u05d0\u05d5 WebP \u05de\u05d4\u05de\u05d7\u05e9\u05d1 \u05dc\u05de\u05e2\u05e8\u05db\u05ea.<\/li>\n\n<li><strong>\u05e7\u05d1\u05d9\u05e2\u05ea \u05d4\u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05d7\u05d3\u05e9\u05d5\u05ea:<\/strong> \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e7\u05d1\u05d5\u05e2 \u05de\u05d9\u05d3\u05d5\u05ea \u05de\u05d3\u05d5\u05d9\u05e7\u05d5\u05ea \u05d1\u05e4\u05d9\u05e7\u05e1\u05dc\u05d9\u05dd (px) \u05d0\u05d5 \u05dc\u05e4\u05d9 \u05d0\u05d7\u05d5\u05d6\u05d9\u05dd (%). \u05d0\u05e0\u05d5 \u05de\u05de\u05dc\u05d9\u05e6\u05d9\u05dd \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05d0\u05ea \u05d4\u05de\u05e0\u05e2\u05d5\u05dc \u05e1\u05d2\u05d5\u05e8 \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e4\u05e8\u05d5\u05e4\u05d5\u05e8\u05e6\u05d9\u05d5\u05ea \u05e0\u05db\u05d5\u05e0\u05d5\u05ea \u05d5\u05dc\u05de\u05e0\u05d5\u05e2 \u05de\u05ea\u05d9\u05d7\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.<\/li>\n\n<li><strong>\u05e4\u05d5\u05e8\u05de\u05d8 \u05d9\u05e2\u05d3:<\/strong> \u05d1\u05d7\u05e8\u05d5 \u05d4\u05d0\u05dd \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e8\u05de\u05d8 \u05d4\u05de\u05e7\u05d5\u05e8\u05d9 \u05d0\u05d5 \u05dc\u05d4\u05de\u05d9\u05e8 \u05dc\u05e4\u05d5\u05e8\u05de\u05d8\u05d9\u05dd \u05de\u05d5\u05d3\u05e8\u05e0\u05d9\u05d9\u05dd \u05db\u05de\u05d5 WebP \u05dc\u05e7\u05d1\u05dc\u05ea \u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd \u05de\u05d4\u05d9\u05e8\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d1\u05d0\u05ea\u05e8.<\/li>\n\n<li><strong>\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d9\u05d9\u05d3\u05d9\u05ea:<\/strong> \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e2\u05d9\u05d1\u05d5\u05d3 \u05d4\u05de\u05d4\u05d9\u05e8, \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05de\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05db\u05dd \u05dc\u05dc\u05d0 \u05e9\u05d5\u05dd \u05e9\u05dc\u05d1 \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d0\u05d1\u05d8\u05d7\u05d4 \u05d5\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea \u05de\u05e8\u05d1\u05d9\u05ea<\/h3>\n\n\n\n<p>\u05d4\u05db\u05dc\u05d9 \u05e4\u05d5\u05e2\u05dc \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05ea\u05d5\u05da \u05d4\u05d3\u05e4\u05d3\u05e4\u05df (Client-Side). \u05db\u05dc\u05d5\u05de\u05e8, \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d0\u05ea\u05dd \u05de\u05e2\u05dc\u05d9\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc, \u05d0\u05d9\u05df \u05d4\u05e2\u05dc\u05d0\u05d4 \u05e9\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05e9\u05e8\u05ea \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9, \u05d0\u05d9\u05df \u05d0\u05d9\u05e1\u05d5\u05e3 \u05d0\u05d5 \u05e9\u05de\u05d9\u05e8\u05ea \u05d3\u05d0\u05d8\u05d0, \u05d5\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05d5\u05ea\u05e8\u05ea \u05d0\u05e6\u05dc\u05db\u05dd \u05d1\u05d0\u05d5\u05e4\u05df \u05e4\u05e8\u05d8\u05d9 \u05d5\u05d1\u05dc\u05e2\u05d3\u05d9.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05db\u05dc\u05d9\u05dd \u05de\u05e9\u05dc\u05d9\u05de\u05d9\u05dd \u05dc\u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05d9\u05d6\u05e6\u05d9\u05d4 \u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9\u05ea<\/h3>\n\n\n\n<p>\u05e9\u05d9\u05de\u05d5\u05e9 \u05de\u05d3\u05d5\u05d9\u05e7 \u05d1\u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05d5\u05d0 \u05e8\u05e7 \u05e9\u05dc\u05d1 \u05d0\u05d7\u05d3 \u05d1\u05d1\u05d9\u05e6\u05d5\u05e2\u05d9 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea. \u05d0\u05e0\u05d5 \u05de\u05e6\u05d9\u05e2\u05d9\u05dd \u05d7\u05d1\u05d9\u05dc\u05ea \u05db\u05dc\u05d9\u05dd \u05de\u05dc\u05d0\u05d4 \u05e9\u05ea\u05e2\u05d6\u05d5\u05e8 \u05dc\u05db\u05dd \u05dc\u05d4\u05db\u05d9\u05df \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05db\u05dc \u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4 \u05d1\u05e7\u05dc\u05d5\u05ea:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"\/he\/Compress-Image\/\">\u05de\u05e7\u05d8\u05d9\u05df \u05de\u05e9\u05e7\u05dc \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e7\u05d5\u05de\u05e4\u05e8\u05e1\u05d5\u05e8<\/a> \u2013 \u05db\u05d9\u05d5\u05d5\u05e5 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05dc\u05d0 \u05d0\u05d9\u05d1\u05d5\u05d3 \u05d0\u05d9\u05db\u05d5\u05ea \u05e0\u05e8\u05d0\u05d9\u05ea \u05dc\u05e2\u05d9\u05df, \u05dc\u05d7\u05e1\u05db\u05d5\u05df \u05d1\u05e9\u05d8\u05d7 \u05d0\u05d7\u05e1\u05d5\u05df.<\/li>\n\n<li><a href=\"\/he\/Flip-Image\/\">\u05d4\u05d9\u05e4\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4 (\u05d0\u05d5\u05e4\u05e7\u05d9\/\u05d0\u05e0\u05db\u05d9)<\/a> \u2013 \u05d4\u05ea\u05d0\u05de\u05ea \u05d5\u05d9\u05d6\u05d5\u05d0\u05dc\u05d9\u05dd \u05d1\u05db\u05d9\u05d5\u05d5\u05e0\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05d4\u05e6\u05d5\u05e8\u05da.<\/li>\n\n<li><a href=\"\/he\/Export-Audio-From-Video\/\">\u05d7\u05d9\u05dc\u05d5\u05e5 \u05e9\u05de\u05e2 \u05de\u05d5\u05d9\u05d3\u05d0\u05d5<\/a> \u2013 \u05dc\u05e4\u05e2\u05de\u05d9\u05dd \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da \u05dc\u05d4\u05e4\u05e8\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e4\u05e1\u05e7\u05d5\u05dc \u05dc\u05e6\u05e8\u05db\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd.<\/li>\n\n<li><a href=\"\/he\/What-To-Take\/\">\u05d1\u05d3\u05d9\u05e7\u05ea \u05e1\u05d8\u05d0\u05d8\u05d5\u05e1 \u05e0\u05d2\u05d9\u05e9\u05d5\u05ea \u05e6\u05d1\u05e2\u05d9\u05dd \u05dc\u05e7\u05e8\u05d9\u05d0\u05d5\u05ea \u05ea\u05e7\u05d9\u05e0\u05d4.<\/a><\/li>\n<\/ul>\n\n\n\n<\/div>\n\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.<\/p>\n","protected":false},"author":1,"featured_media":50669,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_metadesc":"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.","tool_emoji":"\ud83d\udcd0","tool_category":"\u05db\u05dc\u05d9\u05dd \u05dc\u05d1\u05d5\u05e0\u05d9 \u05d0\u05ea\u05e8\u05d9\u05dd","tool_featured":"no","footnotes":""},"class_list":["post-50666","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/image-resize-2\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/image-resize-2\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-31T20:15:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/05\/image_resize_featured.jpg\" \/>\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\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u05d3\u05e7\u05d41\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/\",\"name\":\"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bsolution.me\\\/he\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/05\\\/image_resize_featured.jpg\",\"datePublished\":\"2026-05-06T18:16:09+00:00\",\"dateModified\":\"2026-05-31T20:15:08+00:00\",\"description\":\"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"he-IL\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/05\\\/image_resize_featured.jpg\",\"contentUrl\":\"https:\\\/\\\/bsolution.me\\\/he\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/05\\\/image_resize_featured.jpg\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/image-resize-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.","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:\/\/bsolution.me\/he\/image-resize-2\/","og_locale":"he_IL","og_type":"article","og_title":"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_description":"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.","og_url":"https:\/\/bsolution.me\/he\/image-resize-2\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-05-31T20:15:08+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/05\/image_resize_featured.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"\u05d3\u05e7\u05d41"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/image-resize-2\/","url":"https:\/\/bsolution.me\/he\/image-resize-2\/","name":"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bsolution.me\/he\/image-resize-2\/#primaryimage"},"image":{"@id":"https:\/\/bsolution.me\/he\/image-resize-2\/#primaryimage"},"thumbnailUrl":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/05\/image_resize_featured.jpg","datePublished":"2026-05-06T18:16:09+00:00","dateModified":"2026-05-31T20:15:08+00:00","description":"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05da (\u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d1\u05e7\u05dc\u05d5\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2 \u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05d1\u05dc\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05e9\u05e8\u05ea.","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/image-resize-2\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/image-resize-2\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/bsolution.me\/he\/image-resize-2\/#primaryimage","url":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/05\/image_resize_featured.jpg","contentUrl":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/05\/image_resize_featured.jpg","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/image-resize-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcd0 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50666"}],"version-history":[{"count":1,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50666\/revisions"}],"predecessor-version":[{"id":50668,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50666\/revisions\/50668"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media\/50669"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}