gitbook-plugin-medium-zoom-conf

1.1.0 • Public • Published

"# gitbook-plugin-medium-zoom A gitbook plugin for zooming images like Medium

Install

Step #1 - Update book.json file

In you gitbook's book.json file, add medium-zoom to plugins list.

Sample book.json file for gitbook version 2.0.0+

{
  "plugins": [
    "medium-zoom-conf"
  ]
}

Sample book.json file for gitbook version 2.0.0+ and custom options

{
  "plugins": [
    "medium-zoom-conf"
  ],
  "pluginsConfig": {
    "medium-zoom": {
      "selector": ".markdown-section img",
      "margin": 24,
      "background": "#BADA55",
      "scrollOffset": 0
    }
  }
}

Step #2 - gitbook commands

  1. Run gitbook install. It will automatically install medium-zoom gitbook plugin for your book. This is needed only once.
  2. Build your book (gitbook build) or serve (gitbook serve) as usual.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gitbook-plugin-medium-zoom-conf

      Weekly Downloads

      1

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      12.9 kB

      Total Files

      7

      Last publish

      Collaborators

      • mingyuanyunfuwu