Fluid Engine Tablet Spacing Fixer
Makes Squarespace's mobile breakpoint larger so that you can fix Fluid Engine spacing issues on screen sizes between mobile & tablet
Fluid Engine Tablet Spacing Fixer क्या है?
Fluid Engine Tablet Spacing Fixer https://schwartz-edmisten.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes Squarespace's mobile breakpoint larger so that you can fix Fluid Engine spacing issues on screen sizes between mobile & tablet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fluid Engine Tablet Spacing Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you are using Squarespace 7.1's new Fluid Engine editor, you might have noticed that your text blocks get TONS of space between them on screen sizes between 600px and 767px (between mobile and tablet) with no way to remove it. This is because of the way Fluid Engine maps blocks to the grid. The remedy is to map blocks to the grid on a screen size of 767px. When mapping them at this width, the spacing issues are resolved. This extension automatically makes your 7.1 site's mobile view 767px wide, so you don't have to resize the window yourself. It also provides a "mobile preview" mode, that shows the original mobile view in additional to the 767px editing view, so you can see what your site looks like across more screen sizes. This will provide a much needed fix until (hopefully) Squarespace gives us an editable tablet view in the future. Then at that time you can uninstall this extension.
एक्सटेंशन की मूल जानकारी
नाम | Fluid Engine Tablet Spacing Fixer |
ID | gemmfnoajaghnaddkccmekbchdgckdab |
आधिकारिक URL | https://chromewebstore.google.com/detail/fluid-engine-tablet-spaci/gemmfnoajaghnaddkccmekbchdgckdab |
विवरण | Makes Squarespace's mobile breakpoint larger so that you can fix Fluid Engine spacing issues on screen sizes between mobile & tablet |
फ़ाइल का आकार | 9.33 KB |
स्थापना संख्या | 1,203 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2023-08-03 |
प्रकाशन तिथि | 2022-09-22 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | https://schwartz-edmisten.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://schwartz-edmisten.com |
सहायता पृष्ठ URL | https://schwartz-edmisten.com/fluid-engine-tablet-spacing-support |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fluid Engine Tablet Spacing Fixer", "description": "Makes Squarespace's mobile breakpoint larger so that you can fix Fluid Engine spacing issues on screen sizes between mobile & tablet", "version": "0.1.5", "manifest_version": 3, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "*:\/\/*.squarespace.com\/config*" ], "content_scripts": [ { "matches": [ "*:\/\/*.squarespace.com\/config*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Fix Fluid Engine Tablet Spacing" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |