Edit the code
Hi, I want to view and edit the code to change the porcentage of an image.
It ́s set to 100% auto in the appery project,
but in the code shows up as:
/* mobileimage_6 */
._00MetepecTemplate_mobileimage_6 {
margin: 0px 0px 0px 0px;
width: 100%; height: 100%;
display: block;
}
I need to change "height: 100%" to "auto" form the source code.
Thnx