单项选择题

.img-fluid类可以让图片支持响应式布局,它的实现原理是()

A.设置了max-width:100%;和height:auto;
B.设置了max-width:100%;和height:100%;
C.设置了max-width:auto;和height:100%;
D.设置了max-width:auto;和height:auto;