how to add height width iframe for image tag code example
Example: set iframe height and width
#IFRAME_ID {
width: 100%!important;
height: 100%!important;
}
#IFRAME_ID {
width: 100%!important;
height: 100%!important;
}