Single image

The complete filed using for a single image, the out put will be full of img tag with attributes

Arguments

Code example

@schema
{
	"name"		: "Single image",
	"author"	: "LayoutHub",
	"website"	: "https://www.LayoutHub.com"
}
@endschema


<div class="sample-demo">
	
	<p>   
		@print(section.settings.img)
		
	</p>
	
</div>

Last updated