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

FrontEnd Issue: Rescale images in view #2510

Closed
rudashi opened this issue Aug 29, 2016 · 5 comments
Closed

FrontEnd Issue: Rescale images in view #2510

rudashi opened this issue Aug 29, 2016 · 5 comments
Labels
✋ bug Confirmed bug
Milestone

Comments

@rudashi
Copy link

rudashi commented Aug 29, 2016

Problem with displaying images occurs in models/view.
Big images are not scaled when they are uploaded into AssetsModels.

@snipe
Copy link
Owner

snipe commented Aug 30, 2016

Screenshot please.

@rudashi
Copy link
Author

rudashi commented Aug 30, 2016

No problem.
zrzut ekranu 2016-08-30 07 04 24

@snipe
Copy link
Owner

snipe commented Aug 30, 2016

I think this is a duplicate of #2488 (comment)

@rudashi
Copy link
Author

rudashi commented Aug 30, 2016

You are right. It's HTML/CSS Problem.
I get quick fix for that:
file: view/models/view.blade.php
line: 97
change:
<li><img src="{{ config('app.url') }}/uploads/models/{{ $model->image }}" class="img-responsive"/></li>

@snipe
Copy link
Owner

snipe commented Aug 30, 2016

Yep. Just haven't gotten around to it. If you want to throw that into a pull request, we'll accept it.

@snipe snipe closed this as completed Aug 30, 2016
@snipe snipe added the ✋ bug Confirmed bug label Aug 31, 2016
@snipe snipe modified the milestone: v3.4.0 Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✋ bug Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants