Multiple Choice - image library - image resize option remove

Hi!

I am new to the H5P forum, so I hope the topic is in the correct section.

I have a question about image library included in multiple choice library. 

How to remove image resize option from image(i upload what i mean in attachment)? I need to have a photo in its normal size all the time.

It's the content file:

{
            "library": "H5P.MultiChoice 1.12",
            "params": {
                "UI": {
                    "checkAnswerButton": "Sprawdź",
                    "correctAnswer": "Poprawna odpowiedź",
                    "feedbackAvailable": "Dostępny komentarz",
                    "noInput": "Wskaż odpowiedź przed sprawdzeniem",
                    "readFeedback": "Pokaż komentarz",
                    "scoreBarLabel": "Masz :num z :total możliwych punktów",
                    "shouldCheck": "Ta odpowiedź powinna być wybrana",
                    "shouldNotCheck": "Ta odpowiedź nie powinna być wybrana",
                    "showSolutionButton": "Pokaż odpowiedź",
                    "tipAvailable": "Dostępna podpowiedź",
                    "tipsLabel": "Podpowiedź",
                    "tryAgainButton": "Powtórz",
                    "wrongAnswer": "Błędna odpowiedź"
                },
                "answers": [
                    {
                        "correct": true,
                        "text": "<div>30 km</div>\n",
                        "tipsAndFeedback": {
                            "chosenFeedback": "",
                            "notChosenFeedback": "",
                            "tip": ""
                        }
                    },
                    {
                        "correct": false,
                        "text": "<div>6,0 km</div>\n",
                        "tipsAndFeedback": {
                            "chosenFeedback": "",
                            "notChosenFeedback": "",
                            "tip": ""
                        }
                    },
                    {
                        "correct": false,
                        "text": "<div>42,0 km</div>\n",
                        "tipsAndFeedback": {
                            "chosenFeedback": "",
                            "notChosenFeedback": "",
                            "tip": ""
                        }
                    },
                    {
                        "correct": false,
                        "text": "<div>24,0 km</div>\n",
                        "tipsAndFeedback": {
                            "chosenFeedback": "",
                            "notChosenFeedback": "",
                            "tip": ""
                        }
                    }
                ],
                "behaviour": {
                    "autoCheck": false,
                    "confirmCheckDialog": false,
                    "confirmRetryDialog": false,
                    "disableImageZooming": false,
                    "enableCheckButton": true,
                    "enableRetry": false,
                    "enableSolutionsButton": true,
                    "passPercentage": 100,
                    "randomAnswers": true,
                    "showScorePoints": true,
                    "showSolutionsRequiresInput": true,
                    "singlePoint": true,
                    "type": "auto"
                },
                "confirmCheck": {
                    "body": "Czy na pewno chcesz zakończyć?",
                    "cancelLabel": "Anuluj",
                    "confirmLabel": "Zakończ",
                    "header": "Zakończyć?"
                },
                "confirmRetry": {
                    "body": "Czy na pewno chcesz powtórzyć?",
                    "cancelLabel": "Anuluj",
                    "confirmLabel": "Powtórz",
                    "header": "Powtórzyć?"
                },
                "gen_version": "03",
                "media": {
                    "library": "H5P.Image 1.0",
                    "params": {
                        "alt": "Ilustracja przedstawia mapę Polski z zaznaczonymi dwiema miejscowościami i odległością między nimi.",
                        "contentName": "Image",
                        "file": {
                            "copyright": {
                                "author": "Pi-stacja.tv",
                                "license": "CC BY",
                                "source": "Pi-stacja.tv",
                                "title": "Mapka do ćwiczenia plmat025",
                                "version": "1.0"
                            },
                            "height": "",
                            "path": "images/plmat025-mxj2wm60968x.png",
                            "width": ""
                        }
                    }
                },
                "overallFeedback": [
                    {
                        "feedback": "Źle",
                        "from": 0,
                        "to": 0
                    },
                    {
                        "feedback": "Dobrze!",
                        "from": 100,
                        "to": 100
                    }
                ],
                "question": "<p>Jaka jest rzeczywista odległość w linii prostej od Tczewa do Gdańska, jeśli na mapie w skali 1 : 1 000 000 odległość między tymi miejscowościami wynosi około 3,0 cm?</p>\n"
            }
        }
otacke's picture

Hi!

You can just tick the "Disable image zooming for question image" option in the behavioral settings of the editor. This option will be moved to the image widget shortly which will be less confusing.

Since you posted the content file: If you want to the same on a code level, just set the disableImageZooming property to  true.

Cheers,
Oliver