Changeset 3150863
- Timestamp:
- 09/12/2024 01:15:26 PM (18 months ago)
- Location:
- fsdpcfl-contact-form-lazyload
- Files:
-
- 2 edited
-
tags/2.0.1/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fsdpcfl-contact-form-lazyload/tags/2.0.1/README.txt
r3150860 r3150863 20 20 ``` 21 21 22 ``` 23 root-margin="0px" 24 ``` 22 = root-margin="0px" = 23 25 24 **root-margin="0px"** sets the size of the base margin, allowing the form to load sooner or later. Root-margin can be set in several ways: 26 25 - root-margin supports units such as px and %. … … 29 28 - *root-margin: 20px 50px 20px* - the form will load with margins of 20px on top, 50px on the sides, and 20px on the bottom. 30 29 31 ``` 32 no-observer="true" 33 ``` 30 = no-observer="true" = 31 34 32 **no-observer="true"** Is a solution aimed at developers who want to have control over exactly when the form is loaded. Setting this option to true will prevent the form from loading automatically on the page, and you will need to manually change the *data-fsdpcfl-src* attribute to *src* using JavaScript. 35 33 36 34 To enable the loading animation, add the *active* class to the *fsdpcfl-loader* class. 35 36 If you have any questions, you can contact us via email. [tech@56degrees.co.uk](mailto:tech@56degrees.co.uk "tech@56degrees.co.uk") 37 37 38 38 == Installation == -
fsdpcfl-contact-form-lazyload/trunk/README.txt
r3150862 r3150863 20 20 ``` 21 21 22 ``` 23 root-margin="0px" 24 ``` 22 = root-margin="0px" = 23 25 24 **root-margin="0px"** sets the size of the base margin, allowing the form to load sooner or later. Root-margin can be set in several ways: 26 25 - root-margin supports units such as px and %. … … 29 28 - *root-margin: 20px 50px 20px* - the form will load with margins of 20px on top, 50px on the sides, and 20px on the bottom. 30 29 31 ``` 32 no-observer="true" 33 ``` 30 = no-observer="true" = 31 34 32 **no-observer="true"** Is a solution aimed at developers who want to have control over exactly when the form is loaded. Setting this option to true will prevent the form from loading automatically on the page, and you will need to manually change the *data-fsdpcfl-src* attribute to *src* using JavaScript. 35 33
Note: See TracChangeset
for help on using the changeset viewer.