Plugin Directory

Changeset 3152586


Ignore:
Timestamp:
09/16/2024 11:40:58 AM (18 months ago)
Author:
56degrees
Message:

edits readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fsdpcfl-contact-form-lazyload/tags/2.0.1/README.txt

    r3152581 r3152586  
    2020```
    2121
    22 ```
    23 root-margin="0px"
    24 ```
     22= root-margin="0px" =
     23
    2524**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:
    2625- root-margin supports units such as px and %.
     
    2928    - *root-margin: 20px 50px 20px* - the form will load with margins of 20px on top, 50px on the sides, and 20px on the bottom.
    3029
    31 ```
    32 no-observer="true"
    33 ```
     30= no-observer="true" =
     31
    3432**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.
    3533
    3634To enable the loading animation, add the *active* class to the *fsdpcfl-loader* class.
     35
     36If you have any questions, you can contact us via email. [tech@56degrees.co.uk](mailto:tech@56degrees.co.uk "tech@56degrees.co.uk")
    3737
    3838== Installation ==
Note: See TracChangeset for help on using the changeset viewer.