Friday, 23 August 2024

CSS FIT NO X SCROLLBAR THE HTML IN SCREEN EVENTHOUGH IMAGE OVERSIZE

  CSS FIT NO X SCROLLBAR THE HTML IN SCREEN EVENTHOUGH IMAGE OVERSIZE


/* Apply box-sizing to all elements */
 *, *::before, *::after
{ box-sizing: border-box; }

 /* Prevent horizontal scrolling */
 html { margin: 0; padding: 0; overflow-x: hidden; }

Wordpress tunneling localhost

1. https://theboroer.github.io/localtunnel-www/

2. https://loca.lt/mytunnelpassword

Translate manually Wordpress

 add_filter( 'gettext', function( $translated, $original, $domain ) {     // Senarai penggantian (case-insensitive)     $map = array...