Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Komprimer hovedinnholdet (fjern klokke, logo og mulig iframe) #1557

Open
Chr1stian opened this issue Jun 20, 2024 · 3 comments
Open

Komprimer hovedinnholdet (fjern klokke, logo og mulig iframe) #1557

Chr1stian opened this issue Jun 20, 2024 · 3 comments

Comments

@Chr1stian
Copy link

Se gammel issue: #1355

Ønsker å kunne bruke Tavla som en innebygd komponent i en annen nettside/smarthus-display. Egentlig akkurat som dere har gjort på forsiden til Tavla

Screenshot 2024-06-20 at 14 08 32
@rgunindi
Copy link

@Chr1stian Hello,

Why not do this directly with the iframe HTML element?

<!DOCTYPE html>
<html>
<body>
<h1>The iframe element</h1>
<iframe src="https://tavla.entur.no/5koBtmqeV0eV9uzWi3Sq" width="800" height="800" title="Tavle">
</iframe>
</body>
</html>

@Chr1stian
Copy link
Author

@Chr1stian Hello,

Why not do this directly with the iframe HTML element?

<!DOCTYPE html>
<html>
<body>
<h1>The iframe element</h1>
<iframe src="https://tavla.entur.no/5koBtmqeV0eV9uzWi3Sq" width="800" height="800" title="Tavle">
</iframe>
</body>
</html>

@rgunindi because I want just the information part of the timetable - without the "Entur Tavla" and the clock. Sorry that didn't come trough clearly in the description of this issue. But you are right, it is exactly an iframe I would like to use in the end, just with a more stripped down version of the Tavla 😄

@rgunindi
Copy link

@Chr1stian :) oh okay, it's clearer now, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants