VNC Web Services
Posted By: Gremelin WebP Image Tag - 04/02/21 02:39 AM


CustomTags.txt
Code
<?php
$export_tags = array (
  0 => 
  array (
    'tag' => 'webp',
    'descrip' => 'Embed WebP Image',
    'prompt' => 'Image URL; eg: https://www.example.com/images/image.webp',
    'regex' => '([a-zA-Z0-9-_.&:/]+)',
    'markup' => '<img src="\\\\1" style="max-width:100%;">',
  ),
);
?>
© VNC Web Services - Test Forums