Cambios

Busca en cnbGuatemala con Google

234 bytes añadidos ,  hace 8 años
sin resumen de edición
Línea 200: Línea 200:  
     keepHtml: true
 
     keepHtml: true
 
});
 
});
 +
 +
$('#dynamicFont1').splitLines({
 +
    tag: '<span class="dynamicFontLine">',
 +
    width: 600,
 +
    keepHtml: true
 +
});
 +
 +
$('#dynamicFont2').splitLines({
 +
    tag: '<span class="dynamicFontLine">',
 +
    width: 600,
 +
    keepHtml: true
 +
});
 +
 +
 
var wordsLength = 0;
 
var wordsLength = 0;
 
$('.dynamicFontLine').each(function(){   
 
$('.dynamicFontLine').each(function(){