/* Disable right-click and dragging on all visible images */ /* Disable image dragging and text selection globally */ img { -webkit-user-drag: none; user-select: none; }