Changeset 2647297
- Timestamp:
- 12/21/2021 11:45:20 AM (4 years ago)
- File:
-
- 1 edited
-
squidge/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squidge/trunk/readme.txt
r2641409 r2647297 57 57 58 58 ### Function 59 ` ``php59 ` 60 60 /** 61 61 * Returns a <picture> element with source media for the standard file passed … … 74 74 */ 75 75 function squidge_image($image_id, $class = '', $lazy = false) 76 ` ``76 ` 77 77 78 78 ### Output 79 ` ``html79 ` 80 80 <picture class="picture"> 81 81 <!-- Loads if AVIF is supported and the window is smaller than 400px wide --> … … 89 89 <img src="/sample-image.jpg" alt="Alt text" title="Sample JPG"> 90 90 </picture> 91 ` ``91 ` 92 92 93 93 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.