vue-expandable-image
vue-expandable-image copied to clipboard
A vue component that allows your images to open in full size.
here is my error: Unable to find the declaration file for the module "vue-expandable-image". "/ Users/macbook/Library/Mobile Documents/com~apple~CloudDocs/ third /java/my_album/node_modules/vue-expandable-image/dist/vue-expandable-image.js "is implicitly owned The value is "any". Try using 'npm i...
vue-expandable-image.js line 226 has a document.head but using SSR will throw an error ```document is not defined ```
Works similar to "close-on-background-click option". Also changed image width to auto so you can click anywhere in the black area and still close the image.
Does not work with browser full screen mode
Is it possible to define the image size? I have tried modifying the style, but then the fullscreen does not work as expected.
Hello, I would like that the starting image and the expanded image dont have the same src url (one will be a thumbnail, the other the url for the high...
If close-on-background-click="true", cursor on bg should be pointer as the zone is clickable. I sorted it out with: ``` body > .expandable-image.expanded.bg-click { cursor: zoom-out; & > img { cursor:...
Great plugin! Thanks If the image is smaller than the screen, it still gets stretched up to the screen size, hence appears pixelized. I removed this by having: ``` body...