Changeset 3152586
- Timestamp:
- 09/16/2024 11:40:58 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fsdpcfl-contact-form-lazyload/tags/2.0.1/README.txt
r3152581 r3152586 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 ==
Note: See TracChangeset
for help on using the changeset viewer.