This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#" | |
class="lazyload fullscreen random-gallery" | |
id="js-random-image" | |
data-random-images="{h:homePageTeaserImages( | |
images: object.images, | |
breakPointConfiguration: { | |
300: '{maxWidth: \'300\', maxHeight: \'300\'}', | |
1000: '{maxWidth: \'1000\', maxHeight: \'1000\'}', | |
1900: '{maxWidth: \'1900\', maxHeight: \'1900\'}'} | |
) -> f:format.htmlspecialchars()}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Vendor\ExtensionKey\Html; | |
/** | |
* This file is part of the TYPO3 CMS project. | |
* | |
* It is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU General Public License, either version 2 | |
* of the License, or any later version. | |
* | |
* For the full copyright and license information, please read the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Bk2k\Client\Slots; | |
/** | |
* This file is part of the TYPO3 CMS project. | |
* | |
* It is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU General Public License, either version 2 | |
* of the License, or any later version. | |
* |