Skip to content

Instantly share code, notes, and snippets.

@akroii
Last active September 29, 2021 07:45
Show Gist options
  • Select an option

  • Save akroii/0f7f9b95d483be8fd24822cf52aca1e7 to your computer and use it in GitHub Desktop.

Select an option

Save akroii/0f7f9b95d483be8fd24822cf52aca1e7 to your computer and use it in GitHub Desktop.
transform BLOB into singleSRC
<?php
if ($this->bild) {
$objFiles = \FilesModel::findByPk($this->bild);
echo '<figure class="image_container">
<picture>
<img src="'.$objFiles->path.'" title="'.$objFiles->name.'" />
</picture>
</figure>';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment