Uncategorized

  • Custom CSS

    /* Saving Paws Rescue Arizona — Custom Styles */ /* ===== IMAGE SIZING ===== */ /* Constrain images to their specified width/height attributes */ .entry-content img { max-width: 100%; height: auto; } /* Respect WordPress size classes */ .entry-content img.size-thumbnail { max-width: 150px; } .entry-content img.size-medium { max-width: 300px; } .entry-content img.size-medium_large { max-width: 768px;…