CSS 2D Transforms


  1. Which value will compare the difference between none and contain?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    When setting the value to scale-down the image will compare the difference between none and contain in order to find the smallest concrete object size when set to cover the image will fill the height and width of its box.


  1. What is the default value of object-fit?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Object-fit has can be set with five values. When set to the value fill, it is the default value which stretches the image to fit the content box, regardless of its aspect-ratio, contain increases or decreases the size of the image to fill the box whilst preserving its aspect-ratio.