Skip to content

Instantly share code, notes, and snippets.

View LoganTFox's full-sized avatar
✍️
Crafting greatness

Logan Fox LoganTFox

✍️
Crafting greatness
View GitHub Profile
@LoganTFox
LoganTFox / Imgix.php
Created February 25, 2021 19:00
Custom Statamic tag wrapper for the Imgix API.
<?php
namespace App\Tags;
use Imgix\UrlBuilder;
use Statamic\Tags\Tags;
class Imgix extends Tags
{
private static $html_attributes = ['accesskey', 'align', 'alt', 'border', 'class', 'contenteditable', 'contextmenu', 'dir', 'height', 'hidden', 'id', 'lang', 'longdesc', 'sizes', 'style', 'tabindex', 'title', 'usemap', 'width'];