'', 'title' => '', 'text_description' => '', 'description' => '', 'image_size' => '', 'product_url' => '', 'thumbnail_url' => '', ); $sClassAttributes_ProductsContainer = 'amazon-products-container-list' . ' amazon-unit-' . $aArguments[ 'id' ]; $sClassAttributes_ProductsContainer .= empty( $aArguments['_labels'] ) ? '' : ' amazon-label-' . implode( ' amazon-label-', $aArguments['_labels'] ); $_sWidth = AmazonAutoLinks_PluginUtility::getDegree( 'width', $aArguments ); $_sWidth = $_sWidth ? "width: {$_sWidth};" : ''; $_sHeight = AmazonAutoLinks_PluginUtility::getDegree( 'height', $aArguments ); $_sHeight = $_sHeight ? "height: {$_sHeight};" : ''; $_sInlineStyle = $_sWidth . $_sHeight; ?>