Mejoras menores

prueba de css
parent 077a3646
......@@ -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 . ' col-lg-12 col-md-12 col-sm-12"><iframe width="640" height="520" src="' . $contenido . '"></iframe></div>';
$html = $html . '<div id="video_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . ' embed-responsive embed-responsive-16by9"><iframe class="embed-responsive-item" 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