• Update ApplicationLayout control with a image class for the <img> tag

    By Slobodane Lohja 8 years ago

    Today the has a productLogoClass property that renders out the css class into the outer containing the image. I want to use Bootstraps img-responsive class onto the tag.

    What is interesting, when I set the productLogoHeight and productLogoWidth, its is applied to the tag, not the outer

    • By Slobodane Lohja 8 years ago

      stripped out my html tags :)

      Today the applicationLayout has a productLogoClass property that renders out the css class into the outer div containing the image tag. I want to use Bootstraps img-responsive class in the img tags attribute.

      What is interesting, when I set the productLogoHeight and productLogoWidth, its is applied to the tag, not the outer div tag.

      The application layout type is bootstrapResponsiveConfiguration. When this is chosen, can it be defaulted the img logo has the class “img-responsive” applied to it?