Advertisement
kalponikoronno

elementor media content template

Nov 2nd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. protected function _content_template(){
  2.     ?>
  3.     <#
  4.     var image = {
  5.         id:settings.imagex.id,
  6.         url:settings.imagex.url,
  7.         size:settings.imagez_size,
  8.         dimension: settings.imagez_custom_dimension
  9.     }
  10.     var imageUrl = elementor.imagesManager.getImageUrl(image);
  11.     #>
  12.  
  13.     <img src="{{{imageUrl}}}"/>
  14.  
  15.     <?php
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement