Mejoras menores

prueba de css
parent 4ce59821
......@@ -161,7 +161,7 @@ class CampaniaApiController extends ApiController {
private function generateVideoHtml($filaId, $id, $contenido, $disposicion, $columna,$claseCss) {
$html = "";
$html = $this->getColumnaByDisposicion($disposicion, $columna);
$html = $html.'<div id="video_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . '"><iframe width="640" height="520" src="'.$contenido.'"></iframe>';
$html = $html.'<div id="video_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . '"><iframe width="640" height="520" src="'.$contenido.'"></iframe></div>';
$html = $html.'</div>';
return $html;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment