Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
responsive_image_style_builder
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
responsive_image_style_builder
Merge requests
!2
Issue
#3494715
: Plugin Not Found Exception.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Issue
#3494715
: Plugin Not Found Exception.
issue/responsive_image_style_builder-3494715:3494715-pluginnotfoundexception-the-
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Issue #3494715 : Plugin Not Found Exception.
Gaurav Gupta
requested to merge
issue/responsive_image_style_builder-3494715:3494715-pluginnotfoundexception-the-
into
1.0.x
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Closes
#3494715
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
b6385ab7
1 commit,
8 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
src/Services/ResponsiveImageStyleBuilder.php
+
1
−
1
View file @ b6385ab7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -140,7 +140,7 @@ class ResponsiveImageStyleBuilder
// @todo Make this variable overrideable
$configurations
=
[
'image_autorotate'
=>
[],
//
'image_autorotate' => [],
'image_scale_and_crop'
=>
[
'width'
=>
100
,
'height'
=>
100
Loading