Empecemos por el caso de uso más sencillo y típico: intercambiar imágenes: < img data-interchange="[ img /
[email protected], (small) ], [ img /
[email protected], (medium) ], [ img /
[email protected], (large) ]" width="100 %"> El primer parámetro son permite definir la imagen a cargar, mientras que el segundo define en qué pantalla se debe mostrar ( small , médium o large ); también es posible definir los puntos de corte de manera precisa: < img data-interchange img /
[email protected], (only screen and (min-width: 1px) )], [ img /
[email protected], (only screen and (min-width: 480px) )], ))], [ img /
[email protected], (only screen and (min-width: 960px ) )]" > Más info en: http://foundation.zurb.com/docs/components/interchange.html