+1 vote
in Bootstrap by

Can you please explain what is the role of the media objects in Bootstrap and how many types are available?

1 Answer

0 votes
by

Can you please explain what is the role of the media objects in Bootstrap and how many types are available?

In Bootstrap, it is possible to add images, audio, and video using media object. It can either be placed on the left side or the right side of the content. If the developer wishes to create a media element then they can use .media a class where the source will be specified as a .media-object class. There are usually two types of Media-objects i.e. .media and .media-list.

🔗Reference : stackoverflow.com

🔗Source: Bootstrap Interview Questions and Answers for Freshers and Experience 

...