Changeset 106663 in spip-zone for _plugins_/medias_responsive_mod/squelettes
- Timestamp:
- Oct 9, 2017, 10:10:56 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/medias_responsive_mod/squelettes/javascript/portfolio_ligne.js
r101667 r106663 31 31 .css("clear", ""); 32 32 33 var l_max = $(this).width(); 33 // Eviter les problèmes d'arrondi… 34 $(this).width("auto"); 35 var l_max = Math.floor($(this).width()); 36 $(this).width(l_max); 34 37 var taille_max = portfolio_ligne_taille; 35 38
Note: See TracChangeset
for help on using the changeset viewer.