We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a way to show a image using the id of the image
Images from the article body looks like this <embed embedtype=\"image\" format=\"fullwidth\" id=\"7\" alt=\"TG-promo-6\"/>
<embed embedtype=\"image\" format=\"fullwidth\" id=\"7\" alt=\"TG-promo-6\"/>
The text was updated successfully, but these errors were encountered:
Also need to have a look at the main image output in the json from https://dev.tg.no/api/v2/news/12/ Currently gives
"main_image": { "url": "/media/images/20220113211909-302b6da0-me.2e16d0ba.fill-100x100.jpg", "full_url": "https://dev.tg.no/media/images/20220113211909-302b6da0-me.2e16d0ba.fill-100x100.jpg", "width": 100, "height": 100, "alt": "Gamer over shoulder picture" }
But we want a bigger image not 100x100...
[Editors note: https://github.com//issues/21]
Sorry, something went wrong.
Issue closed, this is already working 👍 💯 🥇 EDIT: And #25 also solves this in an even better way, good job @niccofyren
niccofyren
Successfully merging a pull request may close this issue.
We need a way to show a image using the id of the image
Images from the article body looks like this
<embed embedtype=\"image\" format=\"fullwidth\" id=\"7\" alt=\"TG-promo-6\"/>
The text was updated successfully, but these errors were encountered: