Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:27, 30 January 2025 by JoliasEnor (talk | contribs)

<style> /* Default styles for larger screens */ .res-img img {

   max-width: 100%;
   height: auto;

}

/* Styles for mobile devices */ @media only screen and (max-width: 600px) {

   .res-img img {
       max-width: 80%; /* Adjust this value as needed */
       height: auto;
   }

} </style>