Class html_ImgAMP
basic class for all amp html components
- html_ComponentAMP implements html_iComponent uses html_tComponent
-
html_ImgAMP
Located at gui.lib.php
Methods inherited from html_ComponentAMP
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
public
string
|
$m_width
width of html component |
#
null
|
public
string
|
$m_height
height of html component |
#
null
|
public
string
|
$m_src
file |
#
""
|
public
string
|
$m_caption
text of image (alt text), if you like to set an empty text for SEO reasons set it to " " |
#
""
|
public
string
|
$m_layout
layout type as sample "responsive", "fixed", "container", etc. |
#
"responsive"
|