.. include:: _include.rst .. highlight:: bbcode .. |tpl_name| replace:: Image_Layout_1 .. _templates_managed_image_layout_1: ##################### Image_Layout_1 ##################### .. include:: _include_local_toc.rst .. image:: _static/image_layout_1_example.png :height: 423px :width: 403px :scale: 100% :alt: Image_Layout_1 example The managed template "Image_Layout_1" is a special template for the single image function of |asa2|. ************* Main features ************* - **Optimized for single image embedding** - **Customizable without programming skills** ********* Demo page ********* To see this template in action with different examples, please refer to the demo page: .. image:: _static/btn_demo_page.png :height: 64px :width: 139px :scale: 100% :alt: Image_Layout_1 page :target: https://asa2-demo.de/templates/image_layout_1/ ******* Example ******* Example shortcode: .. code:: [asa2_img img="3" size="LargeImage" width="500" height="375" show_title="yes" show_button="no" tpl="Image_Layout_1" country_code="UK"]B00T9OEYXM[/asa2_img] .. include:: managed_templates_include_global_options.rst .. include:: managed_templates_include_shortcode_options.rst .. raw:: html :file: tpl_doc/tpl_image_layout_1.htm Shortcode Options Examples -------------------------- .. code:: // with option "size" you can select the image resolution [asa2_img img="6" size="TinyImage" tpl="Image_Layout_1"]B00T9OEYXM[/asa2_img] // with options "width" and "height" you can adjust to image dimensions [asa2_img img="4" size="MediumImage" width="160" height="119" show_title="no" show_button="no" tpl="Image_Layout_1" country_code="UK"]B00T9OEYXM[/asa2_img]