Skip to content

Commit

Permalink
docs: ✏️ update documentation example regarding CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Oct 19, 2023
1 parent e6e40f8 commit 4bcb362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ With this approach, the script will locate given template and produce frameports
```html
<div
data-frameport
data-frameport-css="https://phun-ky.net/css/ph.css"
data-frameport-css="/css/ph.css"
data-frameport-style="body{background-color: #84a295 !important;}"
data-frameport-target
data-frameport-template="#template"
Expand All @@ -211,7 +211,7 @@ With this approach, you decide where the frameports are added. The script will l
```html
<div
data-frameport
data-frameport-css="https://phun-ky.net/css/ph.css"
data-frameport-css="/css/ph.css"
data-frameport-style="body{background-color: #84a295 !important;}"
data-frameport-viewports="375x667,360x740,768x1024"
>
Expand Down

0 comments on commit 4bcb362

Please sign in to comment.